rpicms

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

commit 3a436be32e726cdb6ec2123c6c316c13ed8beaa9
parent 1bf5aee43e8b2b8cc82e71406a5446dd2b371746
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 16 Jan 2015 19:28:11 +0100

there was a wrong function :D

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

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -37,8 +37,6 @@ if (isset($_GET['author']) && isset($_GET['title']) && isset($_GET['content']) $category = $_GET['category']; } -phpquery(); - echo $author; echo $title; echo $text;