Update normal.php
parent
fecb18a63f
commit
2dc760228b
|
@ -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>';
|
||||||
|
|
Loading…
Reference in New Issue