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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaulo <paulo@linux-5yt2.suse>2016-11-02 01:25:14 +0300
committerpaulo <paulo@linux-5yt2.suse>2016-11-02 01:25:14 +0300
commitf28be8ffa88a44805ddc06fe25bb29597be76e19 (patch)
treeeae02ea5c04ecf1c492d727920db63651aeb04dd /config.php.sample
parente5abf26c74d42f6574ff7444892baa9e2e7e0ae8 (diff)
update
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample14
1 files changed, 0 insertions, 14 deletions
diff --git a/config.php.sample b/config.php.sample
deleted file mode 100644
index 06434648..00000000
--- a/config.php.sample
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-// Enables CONTRIBOOK (required mysql database)
-define(CONTRIBOOK, 0);
-
-// Defines the author id of the official user posting announcements (used to produce rss feed)
-define(OFFICIALAUTHORID, 1);
-
-// Enables or disables the piwik tracking code
-define(PIWIKTRACKING, 0);
-
-// Recaptcha
-DEFINE(RECAPTCHA_SITEKEY, '');
-DEFINE(RECAPTCHA_SECRET, '');
-?>