commit 319557d7218ecdc31daa060384cf65a9801e830d parent 33d12b0d353fd6609b52903269c371ae820ce465 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 16 Jan 2015 20:08:26 +0100 It works! 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 @@ -46,5 +46,5 @@ while (ob_get_status()) { $connection->close(); ob_end_clean(); } -//header( "Location: ../../../../" ); +header( "Location: ../../../../" ); ?> \ No newline at end of file