diff options
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index 907b6dc..33f3b5b 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -836,11 +836,6 @@ class PHPFSPOT { $missing = true; } - if(!function_exists("mysql_connect")) { - print "PHP MySQL library extension is missing<br />\n"; - $missing = true; - } - if(!function_exists("sqlite3_open")) { print "PHP SQLite3 library extension is missing<br />\n"; $missing = true; |