Browse Source

Add requesttoken to base template

Potentially fixes https://github.com/owncloud/core/issues/12580
tags/v8.0.0alpha1
Lukas Reschke 9 years ago
parent
commit
be19e78e69
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/templates/layout.base.php

+ 1
- 1
core/templates/layout.base.php View File

@@ -6,7 +6,7 @@
<!--[if gt IE 9]><html class="ng-csp ie" data-placeholder-focus="false" lang="<?php p($_['language']); ?>" ><![endif]-->
<!--[if !IE]><!--><html class="ng-csp" data-placeholder-focus="false" lang="<?php p($_['language']); ?>" ><!--<![endif]-->

<head>
<head data-requesttoken="<?php p($_['requesttoken']); ?>">
<title>
<?php p($theme->getTitle()); ?>
</title>

Loading…
Cancel
Save