diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-05-13 14:23:56 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-05-13 14:23:56 +0200 |
commit | 739f79991202c6cc8c53e11ea2055dea4f33c1d5 (patch) | |
tree | 43d66d75408def0937d087d7b45f1056e18c0f0e | |
parent | e60cf2a99793aa9f0071b40b4d119b36df44d110 (diff) | |
download | nextcloud-server-739f79991202c6cc8c53e11ea2055dea4f33c1d5.tar.gz nextcloud-server-739f79991202c6cc8c53e11ea2055dea4f33c1d5.zip |
Add requesttoken to guest view
Should fix #3321
-rw-r--r-- | core/templates/layout.guest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 04161925436..a3a8dc5f7ba 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -5,7 +5,7 @@ <!--[if IE 9]><html class="ng-csp ie ie9 lte9"><![endif]--> <!--[if gt IE 9]><html class="ng-csp ie"><![endif]--> <!--[if !IE]><!--><html class="ng-csp"><!--<![endif]--> - <head> + <head data-requesttoken="<?php p($_['requesttoken']); ?>"> <title>ownCloud</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="apple-itunes-app" content="app-id=543672169"> |