Initial commit - clean and ready for Coolify
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$f = 'C:\laragon\www\webgis\webgisspbu-parsiltanah\index.php';
|
||||
$c = file_get_contents($f);
|
||||
$c = str_replace('\${', '${', $c);
|
||||
file_put_contents($f, $c);
|
||||
echo "Done";
|
||||
Reference in New Issue
Block a user