diff options
author | xgizzmo <xgizzmo@ampache> | 2006-01-19 03:44:31 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-01-19 03:44:31 +0000 |
commit | 12b59d0db0a2cdf60246cce9705ff98dbf428466 (patch) | |
tree | 48383aab0e92b7b86aeb6b5a29409a70c5ed0f2b /download | |
parent | 6c73477fc82280e28900b12bf974f949028ccffe (diff) | |
download | ampache-12b59d0db0a2cdf60246cce9705ff98dbf428466.tar.gz ampache-12b59d0db0a2cdf60246cce9705ff98dbf428466.tar.bz2 ampache-12b59d0db0a2cdf60246cce9705ff98dbf428466.zip |
Fixed download song
Diffstat (limited to 'download')
-rw-r--r-- | download/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download/index.php b/download/index.php index faf6d6fa..491d570b 100644 --- a/download/index.php +++ b/download/index.php @@ -45,7 +45,7 @@ if (conf('access_control')) { $access = new Access(0); if (!$access->check('50', $_SERVER['REMOTE_ADDR'])) { if (conf('debug')) { - log_event($user->username,' access_denied ', "Download Access Denied, " . $_SERVER['REMOTE_ADDR'] . " does not have download level + log_event($user->username,' access_denied ', "Download Access Denied, " . $_SERVER['REMOTE_ADDR'] . " does not have download level"); } access_denied(); } |