Update v-file-replace

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

View file

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