summaryrefslogtreecommitdiffstats
path: root/lib/appconfig.php
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-03-03 21:55:32 +0100
committerJakob Sack <kde@jakobsack.de>2011-03-03 21:55:32 +0100
commitae5dc3efdffef75c48e5ef7cac6b40cd5720442b (patch)
tree53a0ecc40c827ae255e6f7c95a37c9a52b6d4ab8 /lib/appconfig.php
parent94b405b64fdd1427873e49888fb0527640a10eb6 (diff)
downloadnextcloud-server-ae5dc3efdffef75c48e5ef7cac6b40cd5720442b.tar.gz
nextcloud-server-ae5dc3efdffef75c48e5ef7cac6b40cd5720442b.zip
New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user preferences
Diffstat (limited to 'lib/appconfig.php')
-rw-r--r--lib/appconfig.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/appconfig.php b/lib/appconfig.php
index f1bccc0a250..844d4cf54e8 100644
--- a/lib/appconfig.php
+++ b/lib/appconfig.php
@@ -1,16 +1,5 @@
<?php
class OC_APPCONFIG{
- static public $forms=array();
-
- /**
- * add a form to the settings page
- * @param string name
- * @param string url
- */
- public static function addForm($name,$url){
- self::$forms[$name]=$url;
- }
-
/**
* Get the available keys for an application
* @param string application