diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-06-15 12:35:16 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-06-15 12:46:24 +0200 |
commit | 0789adaf95d2cfea8d661812b7dd964b0611495b (patch) | |
tree | 1837c8826c3b20fa78c5e3a9d4b42202974923b2 /lib/public | |
parent | ca3c69c8ae0fd7f0d13e87d7861c54e2950a2c09 (diff) | |
download | nextcloud-server-0789adaf95d2cfea8d661812b7dd964b0611495b.tar.gz nextcloud-server-0789adaf95d2cfea8d661812b7dd964b0611495b.zip |
Make cache and scss caching depend on the baseUrl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/IURLGenerator.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/public/IURLGenerator.php b/lib/public/IURLGenerator.php index e309336c0f0..3869d2f86f8 100644 --- a/lib/public/IURLGenerator.php +++ b/lib/public/IURLGenerator.php @@ -91,4 +91,10 @@ interface IURLGenerator { * @since 8.0.0 */ public function linkToDocs($key); + + /** + * @return string base url of the current request + * @since 13.0.0 + */ + public function getBaseUrl(); } |