diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-11-27 14:36:11 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-11-27 14:36:11 +0100 |
commit | d197f434757c9c21d813584122329b774487f15e (patch) | |
tree | c9dfa53ee13e19c4e57a71e27af3042129c2eefd /lib/public | |
parent | 048139074df674d0ac82da12357d3934af3abc2e (diff) | |
download | nextcloud-server-d197f434757c9c21d813584122329b774487f15e.tar.gz nextcloud-server-d197f434757c9c21d813584122329b774487f15e.zip |
Use server container
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/iservercontainer.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/public/iservercontainer.php b/lib/public/iservercontainer.php index b734d1b4161..301f47c68fa 100644 --- a/lib/public/iservercontainer.php +++ b/lib/public/iservercontainer.php @@ -298,4 +298,11 @@ interface IServerContainer { * @return \OCP\App\IAppManager */ function getAppManager(); + + /** + * Get the webroot + * + * @return string + */ + function getWebRoot(); } |