/var/softaculous/redax
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php32080644editdlrm
config.php2230644editdlrm
edit.php55550644editdlrm
edit.xml4330644editdlrm
fileindex.php1440644editdlrm
import.php44320644editdlrm
info.xml26590644editdlrm
install.js9240644editdlrm
install.php50400644editdlrm
install.xml14570644editdlrm
md538380644editdlrm
notes.txt8130644editdlrm
update_pass.php2900644editdlrm
_upgrade.php47900644editdlrm
_upgrade.xml3150644editdlrm
Edit: /var/softaculous/redax/_upgrade.php (4790B)
')){ // We need the Database Prefix to upgrade $file = sfile($__settings['softpath'].'/config.php'); if(empty($file)){ $error[] = 'Could not read the config file to get the database prefix.'; return false; } preg_replace('/("|\')prefix("|\')(\s*?)=>(\s*?)("|\')(.*?)("|\'),/ies', '$__settings[\'dbprefix\'] = trim(\'$6\')', $file); preg_replace('/("|\')salt("|\')(\s*?)=>(\s*?)("|\')(.*?)("|\')/ies', '$__settings[\'salt\'] = trim(\'$6\')', $file); //Configure the files the software wants to sconfigure('config.php'); } return true; } ?>