commit cdf685324c431d74068cbfd7774ee49bc81ab3d2 parent f1532761e2346691f57590451a1a26bdf5cfd843 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 13 Dec 2014 20:01:33 +0100 It don't work :/ Diffstat:
| M | core/backend/admin/blog/newpost.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -5,7 +5,7 @@ echo " x "; $currentdir = getcwd(); echo getcwd(); echo " x "; -$root_2 = str_replace('', $currentdir, $root_1); +$root_2 = str_replace($currentdir, '', $root_1); echo $root_2; include('/core/config/variables.config.php');