mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
Revert include changes on further evaluation.
This commit is contained in:
parent
0bd0fbca85
commit
75297372f1
@ -7,12 +7,14 @@
|
||||
* @author Andrew McMillan <andrew@mcmillan.net.nz>
|
||||
* @copyright Catalyst .Net Ltd, Morphoss Ltd <http://www.morphoss.com/>
|
||||
* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
|
||||
*
|
||||
* @TODO: split this (& parent class) into a data-dealing class and a UI class in some way
|
||||
*/
|
||||
|
||||
include('User.php');
|
||||
require_once('classBrowser.php'); // DAViCalUser is included via drivers_ldap.php so this could already be loaded
|
||||
include('check_UTF8.php');
|
||||
include('caldav-PUT-functions.php');
|
||||
require('User.php');
|
||||
require_once('classBrowser.php'); // DAViCalUser is included via drivers_ldap.php (yuck!) so this could already be loaded
|
||||
require('check_UTF8.php');
|
||||
require('caldav-PUT-functions.php');
|
||||
|
||||
$c->stylesheets[] = $c->base_url.'/css/browse.css';
|
||||
$c->scripts[] = $c->base_url.'/js/browse.js';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user