rpicms

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

commit 6fbdeac269dbc4f12156cb7f9f26aa917db2dba0
parent f90b3f0a949ec696785f554dfb98f6fbcc6b9e62
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 13 May 2015 19:44:20 +0200

redirect to #newpost

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 @@ -48,5 +48,5 @@ while (ob_get_status()) { ob_end_clean(); } header("HTTP/1.1 301 Moved Permanently", true, 301); -header( "Location: ../../../../?file=admin.php" ); +header( "Location: ../../../../?file=admin.php#newpost" ); ?>