diff options
Diffstat (limited to 'www-ssl/nonpublic/index.php')
-rwxr-xr-x | www-ssl/nonpublic/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/nonpublic/index.php b/www-ssl/nonpublic/index.php index de833eb4..affb571e 100755 --- a/www-ssl/nonpublic/index.php +++ b/www-ssl/nonpublic/index.php @@ -11,7 +11,7 @@ function LoginOK() { include ("../../includes/config.php"); header("HTTP/1.1 302 Moved Temporarily"); - header("Location: ". substr($url, 0, strlen($url)-1). $ENGEL_ROOT. "nonpublic/news.php"); + header("Location: ". $url. $ENGEL_ROOT. "nonpublic/news.php"); } if ( !IsSet($_POST["user"])) |