rpicms

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

commit d33c41937b2c12969d20b160bd01f2368370b3fb
parent 76d98edb8a3ecc3edccfc6c55fb6ab079417e688
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 12:27:06 +0100

rewrite database query

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

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -7,6 +7,7 @@ # include required files # ########################## $empty = empty($_GET["id"]); + $id = $_GET["id"]; include('../../core/backend/blog/posts.php'); include('../../core/config/variables.config.php') ?>