]> git.mxchange.org Git - friendica.git/blobdiff - doc/htconfig.md
Class file relocations
[friendica.git] / doc / htconfig.md
index cbb76a38c38b9758e167dd4dd74a81609af34042..6ebf1086fe04c8da2bd1ff4010970f8a642c44c7 100644 (file)
@@ -19,7 +19,6 @@ Example: To set the directory value please add this line to your .htconfig.php:
 
 ## jabber ##
 * **debug** (Boolean) - Enable debug level for the jabber account synchronisation.
-* **logfile** - Logfile for the jabber account synchronisation.
 
 ## system ##
 
@@ -37,7 +36,6 @@ Example: To set the directory value please add this line to your .htconfig.php:
 * **db_log_index_blacklist** - Blacklist of indexes that shouldn't be watched
 * **dbclean** (Boolean) - Enable the automatic database cleanup process
 * **dbclean-expire-days** (Integer) - Days after which remote items will be deleted. Own items, and marked or filed items are kept.
-* **default_service_class** -
 * **diaspora_test** (Boolean) - For development only. Disables the message transfer.
 * **directory** - The path to global directory. If not set then "http://dir.friendica.social" is used.
 * **disable_email_validation** (Boolean) - Disables the check if a mail address is in a valid format and can be resolved via DNS.
@@ -96,10 +94,6 @@ Example: To set the directory value please add this line to your .htconfig.php:
 * **worker_cooldown** - Cooldown time after each worker function call. Default value is 0 seconds.
 * **xrd_timeout** - Timeout for fetching the XRD links. Default value is 20 seconds.
 
-## service_class ##
-
-* **upgrade_link** -
-
 ## experimental ##
 
 * **exp_themes** (Boolean) - Show experimental themes as well.