mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Second part of refactoring; should be runnable again, yet not thoroughly tested
This commit is contained in:
parent
b8234a1cb8
commit
6186153f68
88 changed files with 2135 additions and 1186 deletions
|
@ -4,9 +4,9 @@ define('SABRE_MYSQLDSN','mysql:host=127.0.0.1;dbname=sabredav');
|
|||
define('SABRE_MYSQLUSER','root');
|
||||
define('SABRE_MYSQLPASS','');
|
||||
|
||||
set_include_path(dirname(__FILE__) . PATH_SEPARATOR . dirname(__FILE__) . '/../lib/' . PATH_SEPARATOR . get_include_path());
|
||||
set_include_path(__DIR__ . '/../lib/' . PATH_SEPARATOR . __DIR__ . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
include 'Sabre/autoload.php';
|
||||
include __DIR__ . '/../vendor/autoload.php';
|
||||
include 'Sabre/DAVServerTest.php';
|
||||
|
||||
date_default_timezone_set('GMT');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue