DEBUG-Ausgaben zentralisiert
bernd

bernd commited on 2007-07-28 18:06:44
Zeige 2 geänderte Dateien mit 3 Einfügungen und 1 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@562 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -19,4 +18,7 @@ function DEBUG($str)
19 18
     }
20 19
 }
21 20
 
21
+
22
+DEBUG("GET: ".htmlentities(print_r($_GET, true))." / POST: ".htmlentities(print_r($_POST, true)));
23
+
22 24
 ?>
... ...
@@ -16,7 +16,6 @@ if ($debugmode)
16 16
 $title = "E-Mail-Accounts";
17 17
 
18 18
 
19
-DEBUG("GET: ".htmlentities(print_r($_GET, true))." / POST: ".htmlentities(print_r($_POST, true)));
20 19
 if (isset($_GET['action']) && $_GET['action'] == 'save')
21 20
 {
22 21
   if (isset($_GET['id']))
23 22