/inc/always.php
include
('/etc/davical/config.php')
(line 95)
include
('../config/config.php')
(line 98)
include
('/etc/davical/'.$_SERVER['SERVER_NAME'].'-conf.php')
(line 92)
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
('davical_configuration_missing.php')
(line 101)
require_once
('AWLUtilities.php')
(line 63)
require_once
('PgQuery.php')
(line 143)
Force the domain name to what was in the configuration file
bits_to_privilege (line 402)
Given a bit mask of the privileges, will return an array of the text values of privileges.
ConstructURL (line 272)
Construct a URL from the supplied dav_name. The URL will be urlencoded, except for any '/' characters in it.
DateToISODate (line 340)
Convert a date into ISO format into the sparkly new ISO format.
DeconstructURL (line 300)
Deconstruct a dav_name from the supplied URL. The dav_name will be urldecoded.
early_exception_handler (line 17)
getStatusMessage (line 215)
Return the HTTP status code description for a given code. Hopefully this is an efficient way to code this.
getUserByID (line 193)
Return a user record identified by a user_no, caching it for any subsequent lookup
getUserByName (line 168)
Return a user record identified by a username, caching it for any subsequent lookup
ISODateToHTTPDate (line 331)
Convert a date from ISO format into the sad old HTTP format.
privilege_to_bits (line 352)
Documentation generated on Thu, 24 Dec 2009 22:09:45 +1300 by phpDocumentor 1.3.2