diff options
author | Gunnar Wrobel <wrobel@pardus.de> | 2010-09-14 13:31:17 (GMT) |
---|---|---|
committer | Gunnar Wrobel <wrobel@pardus.de> | 2010-09-14 13:31:17 (GMT) |
commit | 8ff968a9feaf2c28623ea13725eeb9ad0e00a73e (patch) | |
tree | 7fdc94bd1d7bc7aa49c1a7dd9030da6768c02ca3 /www/admin | |
parent | bd65c47b2fc238580bac319ef7c9eb579e0809b3 (diff) | |
download | kolab-webadmin-8ff968a9feaf2c28623ea13725eeb9ad0e00a73e.tar.gz |
Fix typo.
Diffstat (limited to 'www/admin')
-rw-r--r-- | www/admin/logout.php | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/www/admin/logout.php b/www/admin/logout.php index cba1546..e9c5772 100644 --- a/www/admin/logout.php +++ b/www/admin/logout.php @@ -23,14 +23,4 @@ require_once('KolabAdmin/include/mysmarty.php'); session_start(); session_destroy(); session_unset(); -header('Location: $params['kolab_wui']/'); - -/* - Local variables: - mode: php - indent-tabs-mode: t - tab-width: 4 - buffer-file-coding-system: utf-8 - End: - */ -?> +header("Location: " . $params['kolab_wui'] . "/"); |