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)
}
+
+DEBUG("GET: ".htmlentities(print_r($_GET, true))." / POST: ".htmlentities(print_r($_POST, true)));
?>
@@ -16,7 +16,6 @@ if ($debugmode)
$title = "E-Mail-Accounts";
-DEBUG("GET: ".htmlentities(print_r($_GET, true))." / POST: ".htmlentities(print_r($_POST, true)));
if (isset($_GET['action']) && $_GET['action'] == 'save')
{
if (isset($_GET['id']))