rpicms

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

commit 9fedec36fec0f7007fd5b97842968f72b8572fb4
parent 1f23d2d70ac5a01eae0bdf0fdd14b1f76f17faf2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 May 2015 13:43:00 +0200

fix 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 @@ -69,6 +69,7 @@ foreach($langs as $prio => $lang) { <?php if(!empty($_GET['function'])){ if(!empty($_GET['id'])){ + include($root . '/core/backend/blog/posts.php'); $get_function = $_GET['function']; $get_id = $_GET['id']; if($get_function="edit"){