Bernd Wurst commited on 2012-12-11 05:24:35
Zeige 1 geänderte Dateien mit 5 Einfügungen und 0 Löschungen.
... | ... |
@@ -81,6 +81,11 @@ function upgradeable($appname, $version) |
81 | 81 |
DEBUG("found MediaWiki"); |
82 | 82 |
return 'mediawiki'; |
83 | 83 |
} |
84 |
+ elseif ($appname == 'owncloud') |
|
85 |
+ { |
|
86 |
+ DEBUG('found OwnCloud'); |
|
87 |
+ return 'owncloud'; |
|
88 |
+ } |
|
84 | 89 |
DEBUG("found no upgradeable webapp!"); |
85 | 90 |
return NULL; |
86 | 91 |
} |
87 | 92 |