commit c8259e66ad9204ea209efb85fb2d8d51c346b054
parent b743a904f3d0ff23eddcf34c66ac37b2dd411842
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 13 Dec 2014 20:41:13 +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
@@ -8,7 +8,7 @@ $currentdir = getcwd();
$root_2 = str_replace($root_1, '', $currentdir);
echo $root_2;
#$root_3 = preg_match('~/(.*?)]/~', $root_2, $root);
-preg_match_all("//(?:/)*)/s", $root_2, $root);
+preg_match_all("/\/(?:/)*)/s", $root_2, $root);
echo " x ";
print_r($root);
include('/core/config/variables.config.php');