Skip to content

Commit

Permalink
changed MySQL version check to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hertsch committed Dec 1, 2013
1 parent d828f90 commit 4d95764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ public function exec($prompt_result=true)
// check the system for the kitFramework
$info = new SystemCheck();
$info->setRequriredPHPVersion('5.3.3');
$info->setRequiredMySQLVersion('5.0.0');
$info->setRequiredMySQLVersion('5.0.3');
$info->setRequiredCURL(true);
$info->setRequriredZIPArchive(true);
$info->setRequiredInnoDB(true);
Expand Down

0 comments on commit 4d95764

Please sign in to comment.