From b2f0ffd06a0582bf1b3307f940643c32dd3be4bc Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 6 Feb 2011 14:29:36 +0000 Subject: improved data security check on admin --- inc/html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'inc') diff --git a/inc/html.php b/inc/html.php index 4d5d557af..3afa4862f 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1440,10 +1440,10 @@ function html_admin(){ } // data security check - echo ''; + // @todo: could be checked and only displayed if $conf['savedir'] is under the web root + echo ' + Broken image? Everything\'s alright!'; print p_locale_xhtml('admin'); -- cgit v1.2.3