diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-07-20 17:09:03 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-07-20 17:11:13 +0200 |
commit | 7fff38667953028d499f978798b44deccbd55a84 (patch) | |
tree | fb646ef3a5b71153ad09faddd9ffe9ba1b451531 /apps/contacts/carddav.php | |
parent | 3c2967074f0d817bff8f1d511f08aa84a9d09bde (diff) | |
download | nextcloud-server-7fff38667953028d499f978798b44deccbd55a84.tar.gz nextcloud-server-7fff38667953028d499f978798b44deccbd55a84.zip |
Code style.
Diffstat (limited to 'apps/contacts/carddav.php')
-rw-r--r-- | apps/contacts/carddav.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/contacts/carddav.php b/apps/contacts/carddav.php index e0579e625d7..264eb30836b 100644 --- a/apps/contacts/carddav.php +++ b/apps/contacts/carddav.php @@ -1,6 +1,6 @@ <?php -if(!file_exists('../../lib/base.php')){ +if(!file_exists('../../lib/base.php')) { die('Please update the path to /lib/base.php in carddav.php or make use of /remote.php/carddav/'); } -require_once('../../lib/base.php'); -require_once('appinfo/remote.php');
\ No newline at end of file +require_once '../../lib/base.php'; +require_once 'appinfo/remote.php';
\ No newline at end of file |