commit c6f971d266c61472d175da9de7e35d98ffc02c9e
parent e6a4120d9f3470b0726192b1ef529f5d49a05c82
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 13 Dec 2014 20:20:56 +0100
wrong print :D
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 ";
-printf $root;
+print_r($root);
include('/core/config/variables.config.php');
################