/var/softaculous/zurmo
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
upgrade/-0755rm
clone.php63740644editdlrm
debug.php78080644editdlrm
edit.php58470644editdlrm
edit.xml4330644editdlrm
extend.php18950644editdlrm
fileindex.php490644editdlrm
import.php35890644editdlrm
info.xml34970644editdlrm
install.js9240644editdlrm
install.php98510644editdlrm
install.xml5070644editdlrm
md521950644editdlrm
notes.txt10880644editdlrm
perInstance.php39570644editdlrm
update_pass.php21860644editdlrm
upgrade.php96720644editdlrm
upgrade.xml3880644editdlrm
zurmo.sql3558650644editdlrm
zurmo.zip360014600644editdlrm
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); } ?>