Update v-file-replace

This commit is contained in:
myvesta 2020-08-30 03:19:03 +02:00 committed by GitHub
commit 348717d33a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
#!/usr/bin/php
<?php
echo "----------------------------------------";
include ("/usr/local/vesta/func/main.php");
include ("/usr/local/vesta/func/string.php");
@ -14,4 +16,6 @@ $r=myvesta_replace_in_file($file, $find, $replace);
if ($r) echo "Replacing done!\n";
echo "----------------------------------------";
exit(0);