- Timestamp:
- 2014/06/03 14:51:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/pages/admin/LC_Page_Admin.php
r23124 r23503 45 45 $allow_hosts = unserialize(ADMIN_ALLOW_HOSTS); 46 46 if (is_array($allow_hosts) && count($allow_hosts) > 0) { 47 if (array_search($_SERVER['REMOTE_ADDR'], $allow_hosts) === FALSE) {47 if (array_search($_SERVER['REMOTE_ADDR'], $allow_hosts) === FALSE) { 48 48 SC_Utils_Ex::sfDispError(AUTH_ERROR); 49 49 }
Note: See TracChangeset
for help on using the changeset viewer.
