diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-05-13 14:23:56 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-05-13 14:54:18 +0200 |
commit | f2911e76bcbb88e1da5caa2ee4cebd2d78725999 (patch) | |
tree | 1d48dd1757eb0a6a04f4750e42a76b7b4f3feaf1 /core/templates | |
parent | 726350ea97fe7663c7d486de2dfb9c4699968793 (diff) | |
download | nextcloud-server-f2911e76bcbb88e1da5caa2ee4cebd2d78725999.tar.gz nextcloud-server-f2911e76bcbb88e1da5caa2ee4cebd2d78725999.zip |
Add requesttoken to guest view
Should fix #3321
Diffstat (limited to 'core/templates')
-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"> |