Browse Source

install.php: fixed a typo

pull/40/head
Desuneko 11 years ago
parent
commit
a665f16aed
  1. 2
      install.php

2
install.php

@ -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'])) {

Loading…
Cancel
Save