--- docman.php 2002/01/10 18:33:43 1.52 +++ docman.php 2002/01/16 08:26:23 1.55 @@ -133,7 +133,7 @@ ////////////////////////////////////////////////////////////////// - $gblVersion = "1.8-dev"; + $gblVersion = "1.8"; function StartHTML($title,$text="") { @@ -1175,7 +1175,6 @@ $log=fopen("$gblFsRoot/.changelog","r"); $logarr = array(); while($line = fgetcsv($log,512,"\t")) { - $line[0] .= sizeof($line); while (sizeof($line) > 4) { $tmp = array_pop($line); $line.=" $tmp"; @@ -1243,7 +1242,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