rpicms

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

commit 1c5c640a16cf1f197f8d0a95a488bb30bce619c5
parent 55684ae5d09d4a37ea7b2d517a98c4e65d9f98b6
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 28 Feb 2015 22:04:23 +0100

lol theres a buggy fiels

Diffstat:
Mthemes/jumbotron/admin.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -224,7 +224,7 @@ foreach($langs as $prio => $lang) { </tr> <?php include($root . '/core/backend/blog/posts.php'); - while ($x < $post_id_clean+1){ + while ($x < $post_id_clean){ include($root . '/core/config/connect.db.inc.php'); echo "<tr>"; echo "<td>$id</td>";