hanno commited on 2007-06-12 22:32:04
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@493 87cf0b9e-d624-0410-a070-f6ee81989793
| ... | ... |
@@ -13,7 +13,7 @@ if (!session_start()) |
| 13 | 13 |
system_failure('Die Sitzung konnte nicht gestartet werden, bitte benachrichtigen Sie den Administrator!');
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
-DEBUG("<pre>POST-DATA: ".htmlentities(print_r($_POST, true))."\nSESSION_DATA: ".htmlentities(print_r($_SESSION, true))."</pre>");
|
|
| 16 |
+DEBUG("<pre>POST-DATA: ".htmlspecialchars(print_r($_POST, true))."\nSESSION_DATA: ".htmlentities(print_r($_SESSION, true))."</pre>");
|
|
| 17 | 17 |
|
| 18 | 18 |
if (isset($_POST['username']) && isset($_POST['password'])) |
| 19 | 19 |
{
|
| 20 | 20 |