summaryrefslogtreecommitdiffstats
path: root/lib/debug.lib.php
diff options
context:
space:
mode:
authorKarl Vollmer <vollmerk@ampache.org>2011-11-30 15:27:17 -0400
committerKarl Vollmer <vollmerk@ampache.org>2011-11-30 15:27:17 -0400
commit12a7e9bc24be98cbd6f89f9597d629e4a5359631 (patch)
treed4ae486e636f7952c9a7995355b77e96d651924f /lib/debug.lib.php
parent7d9313f80888f96c67066b255c0383350b6dd199 (diff)
downloadampache-12a7e9bc24be98cbd6f89f9597d629e4a5359631.tar.gz
ampache-12a7e9bc24be98cbd6f89f9597d629e4a5359631.tar.bz2
ampache-12a7e9bc24be98cbd6f89f9597d629e4a5359631.zip
Ampache now requires PHP 5.3 or greater... 'JFDI'
Diffstat (limited to 'lib/debug.lib.php')
-rw-r--r--lib/debug.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.lib.php b/lib/debug.lib.php
index 44d427a3..2d917ea4 100644
--- a/lib/debug.lib.php
+++ b/lib/debug.lib.php
@@ -85,7 +85,7 @@ function check_database_inserted($dbh,$db_name) {
*/
function check_php_ver($level=0) {
- if (floatval(phpversion()) < 5.1) {
+ if (floatval(phpversion()) < 5.3) {
return false;
}