1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 00:56:42 +01:00

install.php: fixed a typo

This commit is contained in:
Desuneko 2013-09-27 20:17:21 +02:00
parent 56223fc915
commit 0d38827bda

View File

@ -13,7 +13,7 @@ $page = array(
'nojavascript' => true
);
// this breaks the dispaly of licenses if enabled
// this breaks the display of licenses if enabled
$config['minify_html'] = false;
if (file_exists($config['has_installed'])) {