Skip to content

Commit

Permalink
remove the version recommendation, it belongs in the setup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrot committed Mar 26, 2012
1 parent f6192e3 commit 5cabb37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sss.php
Original file line number Diff line number Diff line change
Expand Up @@ -634,10 +634,6 @@ private function read_config($file)
}
}

if (substr(phpversion(), 0, 3) != '5.3') {
echo 'php version 5.3 is recommended, you are running with version '.phpversion()."\n";
}

if (!extension_loaded('mysqli')) {
exit('mysqli extension isn\'t loaded'."\n");
}
Expand Down

0 comments on commit 5cabb37

Please sign in to comment.