mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +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>
|
* @author Andrew McMillan <andrew@mcmillan.net.nz>
|
||||||
* @copyright Catalyst .Net Ltd, Morphoss Ltd <http://www.morphoss.com/>
|
* @copyright Catalyst .Net Ltd, Morphoss Ltd <http://www.morphoss.com/>
|
||||||
* @license http://gnu.org/copyleft/gpl.html GNU GPL v2
|
* @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('User.php');
|
||||||
require_once('classBrowser.php'); // DAViCalUser is included via drivers_ldap.php so this could already be loaded
|
require_once('classBrowser.php'); // DAViCalUser is included via drivers_ldap.php (yuck!) so this could already be loaded
|
||||||
include('check_UTF8.php');
|
require('check_UTF8.php');
|
||||||
include('caldav-PUT-functions.php');
|
require('caldav-PUT-functions.php');
|
||||||
|
|
||||||
$c->stylesheets[] = $c->base_url.'/css/browse.css';
|
$c->stylesheets[] = $c->base_url.'/css/browse.css';
|
||||||
$c->scripts[] = $c->base_url.'/js/browse.js';
|
$c->scripts[] = $c->base_url.'/js/browse.js';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user