summaryrefslogtreecommitdiffstats
path: root/lib/ui.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-20 19:12:49 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-20 19:12:49 +0000
commit5730ee7803e19265f71c479ab9175b3badd55a82 (patch)
tree85affa3af9ba496d07b460288ab4f50e5fc094ef /lib/ui.lib.php
parent29aa64da7da1681cd0c0cbb7cf35a3b8aeb845fd (diff)
downloadampache-5730ee7803e19265f71c479ab9175b3badd55a82.tar.gz
ampache-5730ee7803e19265f71c479ab9175b3badd55a82.tar.bz2
ampache-5730ee7803e19265f71c479ab9175b3badd55a82.zip
more catalog fun!
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r--lib/ui.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php
index fc200ee7..dec697ae 100644
--- a/lib/ui.lib.php
+++ b/lib/ui.lib.php
@@ -272,7 +272,7 @@ function return_referer() {
/* Strip off the filename */
$referer = substr($referer,0,strlen($referer)-strlen($file));
-
+
if (substr($referer,strlen($referer)-6,6) == 'admin/') {
$file = 'admin/' . $file;
}