rpicms

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

commit 282ab5e5db869e41352f1f7f3f41812bae3870b8
parent fe6563e15a0c53d9318d14102af30bb3988d5f87
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 12:33:55 +0100

I will try some things+

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

diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -37,12 +37,12 @@ } else { //If no data in Database give error echo "Nothing to read from Database!"; - $post_id = "Database error!"; + /*$post_id = "Database error!"; $post_title = "Database error!"; $post_text = "Database error!"; $post_author = "Database error!"; $post_date = "Database error!"; - $post_categrory = "Database error!"; + $post_categrory = "Database error!";*/ }