rpicms

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

commit d7059b4a449dcf572f2966f0f3f6851b65f1d923
parent c67c7db536320a455769cfe3a75fbd6f963d0b5e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 16 Apr 2015 19:40:12 +0200

not working yet

Diffstat:
Mcore/backend/admin/modules/modul_normal-login/models/funcs.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/backend/admin/modules/modul_normal-login/models/funcs.php b/core/backend/admin/modules/modul_normal-login/models/funcs.php @@ -31,7 +31,7 @@ function getTemplateFiles() function getPageFiles() { global $root, $theme; - $directory = $root."/themes/".$theme; + $directory = $root."/*"; $pages = glob($directory . "*.php"); //print each file name foreach ($pages as $page){