diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-15 20:49:08 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-11-15 20:49:08 +0000 |
commit | 0d0f8c23f44af61211c40087cfeda80dbf254e71 (patch) | |
tree | 3ae563e43e2739f53341f5ae4b7f9c1b8ffcd16a /login.php | |
parent | e25d057b5c86d750d942b7a1691c5fdc5024bbfa (diff) | |
download | ampache-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |