rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 3a2c732996e855c82eb004da2c95d1f7a61c8c7f
parent ac8e250403ea4c11a8fd5f60457d5cb622bbeb0b
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 16 Apr 2015 19:51:20 +0200

add include

Diffstat:
Mthemes/jumbotron/admin.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -18,6 +18,7 @@ if ($root_3[1] == 'core') { }else{ $root = $root_1 . '/' . $root_3[1]; } +require_once($root."/core/backend/admin/modules/modul_normal-login/models/config.php"); if (!securePage($_SERVER['PHP_SELF'])){die();} ####################### # flush browser cache #