config migration in source code; config page is not needed anymore
[iserv-mod-error-reporter.git] / inc / init.inc
index 17aa443..2dc480f 100644 (file)
 
 // this includes all the other things
 require_once("mod_error-reporter/class_erErrorReportView.inc"); 
+require_once("share.inc");
 
-$cfgErrors = new erConfig();
-require_once("mod_error-reporter/config.inc");
-
-$doc = new erErrorReportManager($cfgErrors);
-$view = new erErrorReportView($cfgErrors, $doc);
+$doc = new erErrorReportManager();
+$view = new erErrorReportView($doc);
 $view->setDeleteURL("index.php?action=delete");
 $view->setEditURL("detail.php");
 ?>
This page took 0.029715 seconds and 4 git commands to generate.