diff --git a/setup/wizard/index.php b/setup/wizard/index.php index 02121f1..142e0d0 100755 --- a/setup/wizard/index.php +++ b/setup/wizard/index.php @@ -44,7 +44,10 @@ // Bypass if(isset($_GET['bypass'])) { if($_GET['bypass']) - touch("install"); + @touch("install"); + else { + @unlink("install"); + } } if(!$ui->isSystemInstalled()) { diff --git a/setup/wizard/installer.php b/setup/wizard/installer.php index 1824ba4..0387c4f 100755 --- a/setup/wizard/installer.php +++ b/setup/wizard/installer.php @@ -452,7 +452,7 @@ class Installer { } private function completeInstall() { - unlink("install"); + @unlink("install"); } /** diff --git a/setup/wizard/resources/wizard.css b/setup/wizard/resources/wizard.css index 3d7c514..2222080 100644 --- a/setup/wizard/resources/wizard.css +++ b/setup/wizard/resources/wizard.css @@ -171,6 +171,7 @@ td { } .error { + font-weight: bold; color: #9F0000; } @@ -247,4 +248,8 @@ input#dname { .adv_options { padding: 5px 8px; +} + +#section { + /*border:1px solid;*/ } \ No newline at end of file diff --git a/setup/wizard/templates/database_confirm.tpl b/setup/wizard/templates/database_confirm.tpl index 7d4b6be..d8a38a3 100755 --- a/setup/wizard/templates/database_confirm.tpl +++ b/setup/wizard/templates/database_confirm.tpl @@ -3,11 +3,12 @@