/var/softaculous/typo8
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htaccess3120644editdlrm
edit.php69170644editdlrm
edit.xml4330644editdlrm
fileadmin.htaccess19380644editdlrm
fileindex.php1000644editdlrm
file_.htaccess3480644editdlrm
file_index.html1160644editdlrm
import.php59070644editdlrm
info.xml35850644editdlrm
install.js9240644editdlrm
install.php194960644editdlrm
install.xml7330644editdlrm
md559330644editdlrm
notes.txt19870644editdlrm
Pbkdf2Salt.php7810644editdlrm
settings.php35120644editdlrm
update_pass.php7670644editdlrm
_.htaccess143390644editdlrm
_clone.php34400644editdlrm
_upgrade.php41740644editdlrm
_upgrade.xml4520644editdlrm
Edit: /var/softaculous/typo8/_upgrade.php (4174B)
The default Install tool password is the ADMIN PASSWORD which you have set at the time of installation.
Please Flush Cache during upgrade'; } //Check whether the Minimum Software configuration matches function __requirements(){ global $__settings, $error, $software, $globals; //If there are some shorfalls then pass it to $error and return false // Refer notes if($globals['os'] == 'windows'){ $error[] = 'Cannot be upgraded on Windows Environment'; return false; } if(!sis_autoupgrading() && !checkbox('create_backup') && !checkbox('force_upgrade')){ $error[] = ' It seems you have not chosen to back up your installation. If you have made changes into default files then please take backup. Continue anyway ? '; } return true; } //=========================== // Software Vendors Functions //=========================== //Just Validate an email function __email_address($email){ global $error; if(!emailvalidation($email)){ $error[] = '{{err_wrongemail}}'; } return $email; } ?>