diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-30 17:17:27 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-10-30 17:17:27 +0000 |
commit | 0a08d312b72650162b1ef58cb1068634b7552964 (patch) | |
tree | f62bb3fcef8ba326b514f5b8cf3046935ba88859 /lib/class/scrobbler.class.php | |
parent | dac46f0b6e8e4d5dff51b3f5b97f6cc5332f7b88 (diff) | |
download | ampache-0a08d312b72650162b1ef58cb1068634b7552964.tar.gz ampache-0a08d312b72650162b1ef58cb1068634b7552964.tar.bz2 ampache-0a08d312b72650162b1ef58cb1068634b7552964.zip |
move to sha256 for passwords API and Interface
Diffstat (limited to 'lib/class/scrobbler.class.php')
-rw-r--r-- | lib/class/scrobbler.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/scrobbler.class.php b/lib/class/scrobbler.class.php index ba74353a..8a26f798 100644 --- a/lib/class/scrobbler.class.php +++ b/lib/class/scrobbler.class.php @@ -109,7 +109,7 @@ class scrobbler { return false; } if(substr($response[0],0,7) == 'BADTIME') { - $this->error_msg = 'Your time is too far off from the server, or your timezone is incorrect'; + $this->error_msg = 'Your time is too far off from the server, or your PHP timezone is incorrect'; return false; } if(substr($response[0], 0, 6) == 'UPDATE') { |