/inc/always.php
include_once
("../config/config.php")
(line 82)
include_once
("/etc/davical/config.php")
(line 79)
include_once
("davical_configuration_missing.php")
(line 85)
include_once
("PgQuery.php")
(line 127)
Force the domain name to what was in the configuration file
include_once
("/etc/davical/".$_SERVER['SERVER_NAME']."-conf.php")
(line 73)
We use @file_exists because things like open_basedir might noisily deny access which could break DAViCal completely by causing output to start too early.
include_once
("/etc/rscds/".$_SERVER['SERVER_NAME']."-conf.php")
(line 76)
require_once
("AWLUtilities.php")
(line 44)
ConstructURL (line 245)
Construct a URL from the supplied dav_name. The URL will be urlencoded, except for any '/' characters in it.
getStatusMessage (line 188)
Return the HTTP status code description for a given code. Hopefully this is an efficient way to code this.
getUserByID (line 167)
Return a user record identified by a user_no, caching it for any subsequent lookup
getUserByName (line 146)
Return a user record identified by a username, caching it for any subsequent lookup
ISODateToHTTPDate (line 272)
Convert a date from ISO format into the sad old HTTP format.
Documentation generated on Sat, 12 Sep 2009 00:11:56 +1200 by phpDocumentor 1.3.2