From e1207738038db7927504071c9e2b854d5b928497 Mon Sep 17 00:00:00 2001 From: Allister Antosik Date: Tue, 15 Oct 2013 19:19:44 +0100 Subject: [PATCH] Added warning message if install.php is detected If the file install.php is detected an alert-danger message is displayed on all pages. --- PHPCI/View/layout.phtml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PHPCI/View/layout.phtml b/PHPCI/View/layout.phtml index da33cd3c..85313f1f 100644 --- a/PHPCI/View/layout.phtml +++ b/PHPCI/View/layout.phtml @@ -63,6 +63,14 @@
+ + +
+ + Warning! install.php detected, for security purposes please delete it immediately. +
+ +