rpicms

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

commit bf0d5e41a6204ec58a141d77dc77416aa462a66b
parent f37f371d8d1a26783aa2a454a71d5300baa05687
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 14:40:50 +0100

try to don't make an endless loop :D

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

diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -22,6 +22,7 @@ # $post_categrory = "bug?"; #}else{ //Check if Data in it + read(); function read(){ if ($resultat = $connection->query('SELECT * FROM posts WHERE id LIKE '.$id)) { echo 'SELECT * FROM posts WHERE id LIKE '.$id;