From 1c9fce3f3486c5f7f9c22b492b867d4a998809f2 Mon Sep 17 00:00:00 2001 From: "Mr.Lin" Date: Wed, 11 Mar 2020 19:58:43 +0800 Subject: [PATCH] Update normal.php --- function/normal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/function/normal.php b/function/normal.php index a57a767..e6a4d95 100644 --- a/function/normal.php +++ b/function/normal.php @@ -126,7 +126,7 @@ function install() } } if ($_GET['install0']) { - /**if (!ConfigWriteable()) { + if (!ConfigWriteable()) { $html .= getconstStr('MakesuerWriteable'); $title = 'Error'; return message($html, $title, 201); @@ -135,7 +135,7 @@ function install() $html .= getconstStr('MakesuerRewriteOn'); $title = 'Error'; return message($html, $title, 201); - }*/ + } $html .= '
language:
';