We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27006a1 commit 82041ffCopy full SHA for 82041ff
templates/base.php
@@ -18,7 +18,7 @@
18
$web_config = $this->get('web_config');
19
header('X-Frame-Options: DENY');
20
header("Content-Security-Policy: default-src 'self'");
21
-$footer=str_replace("%v", "1.3.2", $web_config['footer']);
+$footer=str_replace("%v", "1.4.0", $web_config['footer']);
22
?>
23
<!DOCTYPE html>
24
<meta charset="utf-8"/>
0 commit comments