summaryrefslogtreecommitdiffstats
path: root/login.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-11-15 20:49:08 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-11-15 20:49:08 +0000
commit0d0f8c23f44af61211c40087cfeda80dbf254e71 (patch)
tree3ae563e43e2739f53341f5ae4b7f9c1b8ffcd16a /login.php
parente25d057b5c86d750d942b7a1691c5fdc5024bbfa (diff)
downloadampache-0d0f8c23f44af61211c40087cfeda80dbf254e71.tar.gz
ampache-0d0f8c23f44af61211c40087cfeda80dbf254e71.tar.bz2
ampache-0d0f8c23f44af61211c40087cfeda80dbf254e71.zip
more cleanup, added numeric values of ratings to the song xml return
Diffstat (limited to 'login.php')
-rw-r--r--login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/login.php b/login.php
index b152bca4..b898cbe9 100644
--- a/login.php
+++ b/login.php
@@ -34,7 +34,7 @@ Preference::init();
* page if they aren't in the ACL
*/
if (Config::get('access_control')) {
- if (!Access::check_network('interface',$_SERVER['REMOTE_ADDR'],'','5')) {
+ if (!Access::check_network('interface','','5')) {
debug_event('access_denied','Access Denied:' . $_SERVER['REMOTE_ADDR'] . ' is not in the Interface Access list','3');
access_denied();
exit();