Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-26 21:14:24 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-26 21:14:24 +0400
commita945fa10a639cdee9e5e712cd48e8c911a8d9821 (patch)
treeb06e0030f9e360a91a06e5677f381988d432c4b1 /index.php
parentd2369b6e964f9bc757ce0fed000bf50a03c9d2dc (diff)
update copyright
Diffstat (limited to 'index.php')
-rwxr-xr-x[-rw-r--r--]index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 690fc90e752..d552c149df8 100644..100755
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
-* @copyright 2010 Frank Karlitschek karlitschek@kde.org
+* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
@@ -21,6 +21,7 @@
*
*/
+
$RUNTIME_NOAPPS = TRUE; //no apps, yet
require_once('lib/base.php');