aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-28 00:09:19 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-28 00:09:19 +0100
commitbd58a0a12c21a03574589bb0ad2fc233f4f27a6e (patch)
tree3df1b570972a5ec941e6bf28db487cbd72dc77a2 /app
parentcb625a5fbad5279fffe241ff9855194cd1a6c387 (diff)
parent995cf58d249c6a2ddfd042cc5b509914295c882f (diff)
Merge branch 'CSP-no-inline' into dev
Diffstat (limited to 'app')
-rw-r--r--app/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php
index a4a888af2..80e85354d 100644
--- a/app/install.php
+++ b/app/install.php
@@ -829,7 +829,6 @@ case 5:
<title><?php echo _t('install.title'); ?></title>
<link rel="stylesheet" href="../themes/base-theme/template.css?<?php echo @filemtime(PUBLIC_PATH . '/themes/base-theme/template.css'); ?>" />
<link rel="stylesheet" href="../themes/Origine/origine.css?<?php echo @filemtime(PUBLIC_PATH . '/themes/Origine/origine.css'); ?>" />
- <script src="../scripts/install.js?<?php echo @filemtime(PUBLIC_PATH . '/scripts/install.js'); ?>"></script>
<meta name="robots" content="noindex,nofollow" />
</head>
<body>
@@ -877,5 +876,6 @@ case 5:
?>
</div>
</div>
+ <script src="../scripts/install.js?<?php echo @filemtime(PUBLIC_PATH . '/scripts/install.js'); ?>"></script>
</body>
</html>