commit e6a4120d9f3470b0726192b1ef529f5d49a05c82
parent 215a04adfe60d005691bc9ce053b56999063138e
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 13 Dec 2014 20:19:28 +0100
no output???
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php
@@ -9,7 +9,7 @@ $root_2 = str_replace($root_1, '', $currentdir);
echo $root_2;
$root_3 = preg_match('~/(.*?)]/~', $root_2, $root);
echo " x ";
-echo $root[0];
+printf $root;
include('/core/config/variables.config.php');
################