projects
/
iserv-mod-error-reporter.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
iservchk script must be iconf'd or it gets deleted on every call; link in Makefile
[iserv-mod-error-reporter.git]
/
inc
/
init.inc
diff --git
a/inc/init.inc
b/inc/init.inc
index
17aa443
..
2dc480f
100644
(file)
--- a/
inc/init.inc
+++ b/
inc/init.inc
@@
-28,12
+28,10
@@
// this includes all the other things
require_once("mod_error-reporter/class_erErrorReportView.inc");
// 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");
?>
$view->setDeleteURL("index.php?action=delete");
$view->setEditURL("detail.php");
?>
This page took
0.025082 seconds
and
4
git commands to generate.