summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-06-15 12:35:16 +0200
committerJulius Härtl <jus@bitgrid.net>2017-06-15 12:46:24 +0200
commit0789adaf95d2cfea8d661812b7dd964b0611495b (patch)
tree1837c8826c3b20fa78c5e3a9d4b42202974923b2 /lib/public
parentca3c69c8ae0fd7f0d13e87d7861c54e2950a2c09 (diff)
downloadnextcloud-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.php6
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();
}