From 574e4c52908bb6df66d152c330a545f6cd2f3351 Mon Sep 17 00:00:00 2001 From: f0o Date: Tue, 1 Sep 2015 23:40:43 +0100 Subject: [PATCH] Typo --- html/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/install.php b/html/install.php index 8619e7b4a4..b3775d2a8c 100644 --- a/html/install.php +++ b/html/install.php @@ -318,7 +318,7 @@ elseif($stage == "2") { $config['db_name']=$dbname; $config['db']['extension']='mysqli'; $sql_file = '../build.sql'; - if ($_REQUEST['offset'] =< 100) { + if ($_REQUEST['offset'] <= 100) { require '../build-base.php'; } else {