diff options
author | momo-i <webmaster@momo-i.org> | 2011-02-03 11:15:02 +0900 |
---|---|---|
committer | momo-i <webmaster@momo-i.org> | 2011-02-03 11:15:02 +0900 |
commit | a5dc82f7d305087fae7a584185916a8b548887ec (patch) | |
tree | 263b23ea0960a566e0d4ccd4ba96018487b58414 | |
parent | bb80fa2c460186241a528f55f67e13308d7b2158 (diff) | |
download | ampache-a5dc82f7d305087fae7a584185916a8b548887ec.tar.gz ampache-a5dc82f7d305087fae7a584185916a8b548887ec.tar.bz2 ampache-a5dc82f7d305087fae7a584185916a8b548887ec.zip |
Update for security reasons
-rw-r--r-- | info.php | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -30,5 +30,12 @@ * @since File available since Release 1.0 */ +require 'lib/init.php'; + +if (!Access::check('interface','100')) { + access_denied(); + exit(); +} + phpinfo(); ?> |