rpicms

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

commit 95e74cbb1077a7ce103332fabc736cb4bee0eb04
parent e606cf09f3cbed380549c0b74307a10177184d0e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 May 2015 14:25:45 +0200

whyy????

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 @@ -179,6 +179,7 @@ function shortText($string,$lenght) { function deletePost($id) { global $connection; $sql = "DELETE FROM posts WHERE id='$id'"; + echo "connection"; if (mysqli_query($connection, $sql)) { echo "Record deleted successfully"; } else {