From 77fd5b7ef80a32fe98efa04b13f210989f2a43b5 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Wed, 7 Feb 2018 21:09:32 -0500 Subject: Make security warnings RED --- app/view/dbconfig.php | 2 +- app/view/login.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/view') diff --git a/app/view/dbconfig.php b/app/view/dbconfig.php index 3c371e8..2e1b986 100644 --- a/app/view/dbconfig.php +++ b/app/view/dbconfig.php @@ -49,7 +49,7 @@ require_once "view/formctrl.php";

This form will save your database parameters to the configuration file.
Scrott needs this information before it can begin working!

-
+
It is presumed that you are the administrator for this Scrott install.
There is a security risk involved with exposing this page to the public!
diff --git a/app/view/login.php b/app/view/login.php index b88c990..901a12d 100644 --- a/app/view/login.php +++ b/app/view/login.php @@ -35,7 +35,7 @@ require_once "view/formctrl.php";

Almost there...

Scrott's database is working, but no user accounts exist.
Use the form below to signup as an admin.

-
+
It is presumed that you are the administrator for this Scrott install.
There is a security risk involved with exposing this page to the public!
-- cgit v1.2.3