rpicms

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

commit e5dff74175d7db0cf0fbe16fc90fcf8cb656cb6f
parent ff5b58d225d2ce69b093e3061d6951f536e4f0ec
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 16 Jan 2015 19:17:27 +0100

update newpst.php

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

diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -43,5 +43,5 @@ if (!empty($author) || !empty($title) || !empty($text) || !empty($category)) { } ob_end_clean(); } -header( "Location: $url" ); +header( "Location: ../../../../" ); ?> \ No newline at end of file