diff --git a/VERSION b/VERSION index 76cff7f1f..6842dbdf3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -unstable \ No newline at end of file +unstable diff --git a/lib/http_server.pl b/lib/http_server.pl index 6629eff3a..549e02b46 100644 --- a/lib/http_server.pl +++ b/lib/http_server.pl @@ -479,7 +479,7 @@ sub http_process_request { my ( $user, $password_crypted ) = &password_check2($password); $Authorized = $user if $password_crypted; $html .= &html_authorized; - $html .= "REMOVEME = get_arg = " . $get_arg . "
\n"; + #$html .= "REMOVEME = get_arg = " . $get_arg . "
\n"; $html .= "
Refresh: Main Page\n"; # $html .= &html_reload_link('/', 'Refresh Main Page');