--- docman.php 2002/01/10 18:33:43 1.52 +++ docman.php 2002/01/11 16:02:06 1.54 @@ -133,7 +133,7 @@ ////////////////////////////////////////////////////////////////// - $gblVersion = "1.8-dev"; + $gblVersion = "1.8"; function StartHTML($title,$text="") { @@ -1243,7 +1243,7 @@ // forks before authentication: style sheet and hash // creation if password not yet set. - if ($STYLE == "get") { CSS() ; exit ; } + if (isset($STYLE) && $STYLE == "get") { CSS() ; exit ; } $fsScriptDir = dirname($SCRIPT_FILENAME) ; // i.e. /home/httpd/html/docman