commit 7951691297308e71f005c72f46bc33f8e339fa53
parent 6bd98567982f6ea1247f1d6a446f4e71bd7fa499
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 13 Dec 2014 20:32:22 +0100
:(
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php
@@ -10,7 +10,7 @@ echo $root_2;
#$root_3 = preg_match('~/(.*?)]/~', $root_2, $root);
preg_match_all("/\/((?:.(?!\/))*)/s", $root_2, $root);
echo " x ";
-echo $root[1];
+print_r($root)
include('/core/config/variables.config.php');
################