| Current Path : /proc/thread-self/root/proc/thread-self/root/usr/local/ei/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/usr/local/ei/mautic.php |
<?php
$subpath = str_replace('//', '/', $argv[1] . '/');
$content = file_get_contents('.htaccess');
$content = str_replace("/(index|upgrade/upgrade)", "$subpath(index|upgrade/upgrade)", $content);
file_put_contents('.htaccess', $content);