mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 14:24:07 -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
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
echo "----------------------------------------";
|
||||||
|
|
||||||
include ("/usr/local/vesta/func/main.php");
|
include ("/usr/local/vesta/func/main.php");
|
||||||
include ("/usr/local/vesta/func/string.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";
|
if ($r) echo "Replacing done!\n";
|
||||||
|
|
||||||
|
echo "----------------------------------------";
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue