mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
Update v-file-replace
This commit is contained in:
parent
348717d33a
commit
b1c95879c6
1 changed files with 1 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue