/var/softaculous/zurmo
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
upgrade/-0755rm
clone.php63860644editdlrm
debug.php78080644editdlrm
edit.php58430644editdlrm
edit.xml4330644editdlrm
extend.php18990644editdlrm
fileindex.php490644editdlrm
import.php36260644editdlrm
info.xml35190644editdlrm
install.js9240644editdlrm
install.php98590644editdlrm
install.xml5070644editdlrm
md532170644editdlrm
notes.txt10880644editdlrm
perInstance.php39570644editdlrm
update_pass.php21860644editdlrm
upgrade.php97090644editdlrm
upgrade.xml3880644editdlrm
Edit: /var/softaculous/zurmo/debug.php (7808B)
= 7 && $debugOn) { if (ini_get('zend.assertions') == 0) { ini_set('zend.assertions', '1'); } ini_set('assert.exception', '0'); } function assertFailureInBrowser($file, $line, $message) { echo ''; echo "ASSERTION FAILED in $file on line $line"; if (is_string($message) && !empty($message)) { echo ": assert('$message'); "; // Not Coding Standard } echo '
'; } function assertFailureInCli($file, $line, $message) { throw new FailedAssertionException($file, $line, $message); } ?>