rpicms

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

commit 705abf5489de45771b96d98126f4eaf908e48835
parent dfc66b179d5dafb5571137d37b5f805f80ff4e87
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Feb 2015 22:27:44 +0100

hmm

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

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -227,13 +227,11 @@ foreach($langs as $prio => $lang) { include($root . '/core/backend/blog/posts.php'); while ($x <= $post_id_clean+1){ include($root . '/core/config/connect.db.inc.php'); - if(!empty($post_id)){ echo (string)"<tr>"; echo (string)"<td>$post_id</td>"; echo (string)"<td>Jackson</td>"; echo (string)"<td>94</td>"; echo (string)"</tr>"; - } $x = $x+1; next_id_only(); }