commit 0055f1ae3ebcc04eb6bb0d33dfb89d0fedd7d18a parent d31e2c298ad3d769f5bf1f48ef2637a22e33e697 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 13 Dec 2014 19:01:51 +0100 :/ Diffstat:
| M | core/backend/admin/blog/newpost.php | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php @@ -6,7 +6,9 @@ if (empty($ssl)) { }else{ $http = "https://"; } -include($http+$uri+'/core/config/variables.config.php'); +echo "$uri"; +echo "$http"; +include($http.$uri.'/core/config/variables.config.php'); ################ # lang support #