X-Git-Url: https://git.rohieb.name/iserv-mod-error-reporter.git/blobdiff_plain/3e05075cf3aeff4d23dc9eba7af236ea47cb919d..9956119e5897552fd73ba9661ec8364f37412b35:/inc/init.inc diff --git a/inc/init.inc b/inc/init.inc index cee8691..17aa443 100644 --- a/inc/init.inc +++ b/inc/init.inc @@ -26,7 +26,8 @@ * THE SOFTWARE. */ -require_once("mod_error-reporter/class_erErrorReportView.inc"); // this includes all the other things +// this includes all the other things +require_once("mod_error-reporter/class_erErrorReportView.inc"); $cfgErrors = new erConfig(); require_once("mod_error-reporter/config.inc"); @@ -35,5 +36,4 @@ $doc = new erErrorReportManager($cfgErrors); $view = new erErrorReportView($cfgErrors, $doc); $view->setDeleteURL("index.php?action=delete"); $view->setEditURL("detail.php"); - -?> \ No newline at end of file +?>