commit 2352a31c9116a69ae1730f6ee5462c08db30ded3 parent dd4f43f4f71f67ad2237877e517f8ea5af470c49 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 13 May 2015 19:38:50 +0200 try to redirect to admin.php Diffstat:
| M | core/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: ../../../../" ); +header( "Location: ../../../../admin.php" ); ?>