bernd commited on 2007-12-08 22:47:57
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@847 87cf0b9e-d624-0410-a070-f6ee81989793
| ... | ... |
@@ -113,7 +113,7 @@ function check_path( $input ) |
| 113 | 113 |
{
|
| 114 | 114 |
if ($item == '..') |
| 115 | 115 |
{
|
| 116 |
- Alogger('inc/security.php', 'check_path', '»..« im Pfad: '.$input);
|
|
| 116 |
+ logger('inc/security.php', 'check_path', '»..« im Pfad: '.$input);
|
|
| 117 | 117 |
DEBUG("»..« im Pfad");
|
| 118 | 118 |
return False; |
| 119 | 119 |
} |
| 120 | 120 |