There are problems if this gets included twice, somehow.

This commit is contained in:
Andrew McMillan 2012-04-10 22:27:16 +12:00
parent 7a3f2c4744
commit e35db30a0d

View File

@ -17,7 +17,7 @@
require_once("AwlCache.php");
require_once("XMLDocument.php");
require_once("DAVPrincipal.php");
include("DAVTicket.php");
require_once("DAVTicket.php");
define('DEPTH_INFINITY', 9999);