commit a1c76efda448af8a50602d16fae97d28b24154ab parent 7f11692787e1756b24521b062e65dd36151590e1 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 13 Dec 2014 18:54:29 +0100 some things changed 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 @@ -6,7 +6,7 @@ if (empty($ssl)) { }else{ $http = "https://"; } -include($http.$uri"/core/config/variables.config.php"); +include('$http$uri\/core/config/variables.config.php'); ################ # lang support #