Ticket #84 (closed Bug report: fixed)
Error : array_walk_recursive($_GLOBALS, 'stripslashes_cb');
| Reported by: | Prospere | Owned by: | max-horvath |
|---|---|---|---|
| Priority: | blocker | Milestone: | WifiDog Auth Server 1.0 |
| Component: | Auth server, Other | Version: | Auth Server SVN |
| Keywords: | Cc: |
Description
On my server $_GLOBALS seems not to be an Array .... Strange ..
The argument should be an array in /var/www/wifidog-auth/wifidog/include/init_php.php on line 72
if (get_magic_quotes_gpc()) {
array_walk_recursive($_GET, 'stripslashes_cb');
array_walk_recursive($_POST, 'stripslashes_cb');
array_walk_recursive($_COOKIE, 'stripslashes_cb');
array_walk_recursive($_REQUEST, 'stripslashes_cb');
--> array_walk_recursive($_GLOBALS, 'stripslashes_cb');
array_walk_recursive($_SERVER, 'stripslashes_cb');
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
