Dashboard
PHP:
8.1.33
OS:
Linux
User:
lawtemple
/
/
usr
/
local
/
ei2
📤 Upload
📝 New File
📁 New Folder
Close
Editing: zend.php
#!/usr/local/php7.3/bin/php <?php $full_path = $argv[1]; $cmd = `cp -a /home/www/shared/zend/$full_path/public/* .`; $index = file_get_contents('index.php'); $index = str_replace('__DIR__', "'/home/www/shared/zend/$full_path/public/'", $index); //$index = str_replace('/../', "/", $index); file_put_contents('index.php', $index);
Save
Cancel