commit 11b7a9a5729712ef95bc2b32104b04173bc7468c parent 8f6bbe1ded3ef8a6c80bcb55af9a90a87b7fc532 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 13 Dec 2014 18:46:14 +0100 try something with server strings 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 @@ -31,6 +31,6 @@ foreach($langs as $prio => $lang) { } // AND SO ON ................. } -$uri = $_SERVER['REQUEST_URI']; +$uri = $_SERVER['HTTP_HOST']; echo "$uri"; ?> \ No newline at end of file