mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-12-18 10:25:55 +01:00
install.php: fixed a typo
This commit is contained in:
parent
a3c3ef6068
commit
a665f16aed
@ -13,7 +13,7 @@ $page = array(
|
|||||||
'nojavascript' => true
|
'nojavascript' => true
|
||||||
);
|
);
|
||||||
|
|
||||||
// this breaks the dispaly of licenses if enabled
|
// this breaks the display of licenses if enabled
|
||||||
$config['minify_html'] = false;
|
$config['minify_html'] = false;
|
||||||
|
|
||||||
if (file_exists($config['has_installed'])) {
|
if (file_exists($config['has_installed'])) {
|
||||||
|
Loading…
Reference in New Issue
Block a user