/var/softaculous/subrion
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
changelog.txt52550644editdlrm
clone.php37960644editdlrm
config.inc.php4810644editdlrm
edit.php51660644editdlrm
edit.xml4330644editdlrm
extend.php99160644editdlrm
fileindex.php1960644editdlrm
import.php34310644editdlrm
info.xml39700644editdlrm
install.js9240644editdlrm
install.php50000644editdlrm
install.xml7950644editdlrm
md571470644editdlrm
notes.txt5240644editdlrm
subrion.sql2766790644editdlrm
subrion.zip118076460644editdlrm
update_pass.php5410644editdlrm
_upgrade.php31690644editdlrm
_upgrade.xml2480644editdlrm
Edit: /var/softaculous/subrion/_upgrade.php (3169B)
Go to upgrade the database.
Remove the following file after completing the above database Upgrade process :
'.$__settings['softpath'].'/install/modules/module.install.php'; } } //Check whether the Minimum Software configuration matches function __requirements(){ global $__settings, $error, $software; // Change this every time there is an update becuase the script can be updated only from successive versions i.e. 2.3.5 to 2.3.6 $allowed_ver = '2.3.5'; if(sversion_compare($__settings['ver'], $allowed_ver, '<')){ $error[] = 'It is not possible to upgrade Subrion from versions less than '.$allowed_ver; } return true; } ?>