--- docman.php 2002/01/10 18:33:43 1.52 +++ docman.php 2002/01/11 10:06:28 1.53 @@ -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