Line endings

This commit is contained in:
Christoph Haas 2016-12-16 14:51:48 +01:00
parent 41ea9199a0
commit 275913dea8
21 changed files with 3655 additions and 3648 deletions

View File

@ -1 +1,8 @@
<?php // config options $ADMINUSERNAME = "admin"; $ADMINPASSWORD = "admin"; $SERVER = "file:///var/run/zarafa"; $CALDAVURL = "http://localhost:8080/ical/"; $TEMPDIR = "/tmp/"; ?>
<?php
// config options
$ADMINUSERNAME = "admin";
$ADMINPASSWORD = "admin";
$SERVER = "file:///var/run/zarafa";
$CALDAVURL = "http://localhost:8080/ical/";
$TEMPDIR = "/tmp/";
?>