rpicms

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

commit f457d881eebdcbbe12d3d9e0e4d0d56057d79207
parent f325f11598676188655fbc46f17b180b80df0792
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 14 Dec 2014 11:05:32 +0100

it wasn't :D

Diffstat:
Mcore/backend/blog/posts.php | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -49,14 +49,17 @@ if ($root_3[1] == "core") { next_id_category(); next_id_author(); function next_id_category(){ + global $root; include($root . '/core/config/connect.db.inc.php'); read_category(); } function next_id_author(){ + global $root; include($root . '/core/config/connect.db.inc.php'); read_author(); } function next_id_only(){ + global $root; include($root . '/core/config/connect.db.inc.php'); read_only(); }