1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Fixed indent and add translation words

This commit is contained in:
momo-i 2011-02-03 14:03:16 +09:00
parent 7ef24e84c6
commit 9ce63661d1
10 changed files with 96 additions and 34 deletions

View file

@ -36,7 +36,7 @@ require 'lib/init.php';
/* Check Perms */
if (!Config::get('use_rss') || Config::get('demo_mode')) {
access_denied();
access_denied();
exit;
}