mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Fix: Typo (#868)
This commit is contained in:
@@ -12,7 +12,7 @@ if ($_SERVER['argc'] < 1) {
|
||||
}
|
||||
|
||||
$major = (int) $_SERVER['argv'][1];
|
||||
isset($RELEASES[$major]) or die("Unkown major version $major");
|
||||
isset($RELEASES[$major]) or die("Unknown major version $major");
|
||||
$minor = isset($_SERVER['argv'][2]) ? (int) $_SERVER['argv'][2] : null;
|
||||
|
||||
$version = get_current_release_for_branch($major, $minor);
|
||||
|
||||
Reference in New Issue
Block a user