mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Update v-file-replace
This commit is contained in:
parent
31d3bade05
commit
348717d33a
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue