Branch: Tag:

1996-12-10

1996-12-10 04:40:34 by Per Hedbor <ph@opera.com>

Small fixes

Rev: server/base_server/cache.pike:1.7
Rev: server/base_server/privs.pike:1.4
Rev: server/base_server/roxen.pike:1.24
Rev: server/modules/graphics/graphic_text.pike:1.18

1: - string cvs_version = "$Id: roxen.pike,v 1.23 1996/12/10 03:04:40 neotron Exp $"; + string cvs_version = "$Id: roxen.pike,v 1.24 1996/12/10 04:40:33 per Exp $";   #define IN_ROXEN   #include <module.h>   #include <variables.h>
2214:   #endif       -  defvar("audit", 0, "Logging: Audit", TYPE_FLAG, -  "If set, log all changes of uid in the debug log."); +        defvar("ZNoSuchFile", "<title>Sorry. I cannot find this resource</title>"    "\n<h2 align=center><configimage src=roxen.gif alt=\"File not found\">\n"
2679:    "<a href=http://www.w3.org/pub/WWW/Protocols/HTTP/1.1/spec"    "#If-Modified-Since>specified by the HTTP draft.</a>");    +  globvar("audit", 0, "Audit trail", TYPE_FLAG, +  "If set, log all changes of uid in the debug log."); +    #if efun(syslog)    globvar("LogA", "file", "Logging method", TYPE_STRING_LIST,    "What method to use for logging, default is file, but "