From 696b205b68a28002631492d4494468270a83ad7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Sajdl?= Date: Thu, 18 Jan 2018 22:57:12 +0100 Subject: [PATCH] Fix #14 - show installation dialog on 404 page if config not found --- 404.php | 12 +++- admin/dashboard.php | 4 +- admin/index.php | 113 ++++++++++++++++++++------------------ admin/login-form.php | 4 +- admin/lost-password.php | 2 +- admin/new-user.php | 10 ++-- admin/settings.php | 2 +- classes/constellation.php | 8 +-- classes/incident.php | 2 +- classes/service.php | 2 +- classes/user.php | 2 +- index.php | 8 +-- install.php | 30 +++++----- 13 files changed, 106 insertions(+), 93 deletions(-) diff --git a/404.php b/404.php index 24a8110..1f01ea7 100644 --- a/404.php +++ b/404.php @@ -1,6 +1,11 @@
@@ -8,4 +13,5 @@ Template::render_header("Page not found");

- " value="" required> "> + " value="" require_onced> ">
- +