Commit af6e11584896d698c0256df27d6d26e613185c9e
1 parent
32482345
updated phpdoc header
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@239 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
2 deletions
lib/control.inc
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | * Copyright (c) 1999-2002 The Owl Project Team | 8 | * Copyright (c) 1999-2002 The Owl Project Team |
| 9 | * Licensed under the GNU GPL. For full terms see the file COPYING. | 9 | * Licensed under the GNU GPL. For full terms see the file COPYING. |
| 10 | * @version $Revision$ | 10 | * @version $Revision$ |
| 11 | - * @author <a href="mailto:michael@jamwarehouse.com>Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa | 11 | + * @author <a href="mailto:michael@jamwarehouse.com">Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa |
| 12 | * @package dmslib | 12 | * @package dmslib |
| 13 | */ | 13 | */ |
| 14 | 14 | ||
| @@ -20,7 +20,6 @@ | @@ -20,7 +20,6 @@ | ||
| 20 | function redirect($url) { | 20 | function redirect($url) { |
| 21 | // everything is relative to the root url | 21 | // everything is relative to the root url |
| 22 | $url = $default->owl_root_url . $url; | 22 | $url = $default->owl_root_url . $url; |
| 23 | - //echo "redirect:url = $url<br>"; | ||
| 24 | header("Location: $url"); | 23 | header("Location: $url"); |
| 25 | } | 24 | } |
| 26 | 25 |