commit 0d748f933240b4f955b8809ead32b05e0685c3b2 parent 01d78b303dda878b8975bda8688493606919ae44 Author: MTRNord <mtrnord1@gmail.com> Date: Fri, 16 Jan 2015 19:41:30 +0100 some debug Diffstat:
| M | core/backend/admin/blog/newpost.php | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -1,6 +1,7 @@ <?php print_r($_POST); -ob_start(); +echo "test"; +//ob_start(); ####################### # flush browser cache # #######################