Update normal.php

pull/98/head
Mr.Lin 2020-03-11 19:58:43 +08:00 committed by GitHub
parent daef9328b3
commit 1c9fce3f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ function install()
} }
} }
if ($_GET['install0']) { if ($_GET['install0']) {
/**if (!ConfigWriteable()) { if (!ConfigWriteable()) {
$html .= getconstStr('MakesuerWriteable'); $html .= getconstStr('MakesuerWriteable');
$title = 'Error'; $title = 'Error';
return message($html, $title, 201); return message($html, $title, 201);
@ -135,7 +135,7 @@ function install()
$html .= getconstStr('MakesuerRewriteOn'); $html .= getconstStr('MakesuerRewriteOn');
$title = 'Error'; $title = 'Error';
return message($html, $title, 201); return message($html, $title, 201);
}*/ }
$html .= ' $html .= '
<form action="?install1" method="post" onsubmit="return notnull(this);"> <form action="?install1" method="post" onsubmit="return notnull(this);">
language:<br>'; language:<br>';