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
migration to db_user to prevent sql injections
[iserv-mod-error-reporter.git]
/
src
/
index.php
diff --git
a/src/index.php
b/src/index.php
index
559fb42
..
9a9f7d7
100644
(file)
--- a/
src/index.php
+++ b/
src/index.php
@@
-31,6
+31,8
@@
require_once("mod_error-reporter/init.inc");
require_once("sec/secure.inc");
require_once("mod_error-reporter/init.inc");
require_once("sec/secure.inc");
+db_user("errorreporter");
+
html_header("<style type='text/css'>
td.errors-form-description {
width: 12em;
html_header("<style type='text/css'>
td.errors-form-description {
width: 12em;
This page took
0.019734 seconds
and
4
git commands to generate.