summaryrefslogtreecommitdiff
path: root/default-conf/var_www_includes/config.php
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-08-31 21:16:16 +0200
committerAngelo Cuccato <cuccato@web.de>2010-08-31 21:16:16 +0200
commit2ca2400b779484ff025b0705ff4fb84ead7c4b20 (patch)
tree4e39b0b4cc6bfe705015824c7aed6b3c5d28ccce /default-conf/var_www_includes/config.php
parent18060e60cc94c02df9680773bf5cafd35fe2aecf (diff)
clean url handling
Diffstat (limited to 'default-conf/var_www_includes/config.php')
-rwxr-xr-xdefault-conf/var_www_includes/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/default-conf/var_www_includes/config.php b/default-conf/var_www_includes/config.php
index 68b51acc..54dbd5f3 100755
--- a/default-conf/var_www_includes/config.php
+++ b/default-conf/var_www_includes/config.php
@@ -1,6 +1,6 @@
<?PHP
// Adresse des Webservers
-$url = "https://SEDENGELURL/";
+$url = "https://SEDENGELURL";
// Startverzeichnis des Engelhome
$ENGEL_ROOT = "/";