/var/softaculous/pyro
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env3440644editdlrm
.htaccess900644editdlrm
composer.json37970644editdlrm
fileindex.php2740644editdlrm
import.php44690644editdlrm
info.xml30380644editdlrm
install.js9210644editdlrm
install.php84730644editdlrm
install.xml12300644editdlrm
md582730644editdlrm
notes.txt9520644editdlrm
theme.css2981460644editdlrm
theme1.css2982540644editdlrm
update_pass.php1150644editdlrm
_clone.php22830644editdlrm
_theme.css1817670644editdlrm
Edit: /var/softaculous/pyro/_clone.php (2283B)
= '3.0.1'){ sclone_replace($replace_data, $__settings['softpath'].'/.env', true); }else{ sclone_replace($replace_data, $__settings['softpath'].'/system/cms/config/database.php', true); } if(sfile_exists($__settings['softpath'].'/.htaccess')){ // If the installation is on root domain we need to change the below relative URL if(is_dom_root($data['softpath'])){ $replace_data['RewriteBase /'] = 'RewriteBase '.$__settings['relativeurl'].'/'; }elseif(is_dom_root($__settings['softpath'])){ $replace_data['RewriteBase '.$data['relativeurl'].'/'] = 'RewriteBase /'; } sclone_replace($replace_data, $__settings['softpath'].'/.htaccess', true); } srm($__settings['softpath'].'/system/cms/cache/default'); } //Check whether the Minimum Software configuration matches function __requirements(){ global $__settings, $error, $software; return true; } ?>