aboutsummaryrefslogtreecommitdiff
path: root/controllers/archive.php
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-02-01 17:06:10 +0200
committerSyndamia <kamen@syndamia.com>2025-02-01 17:06:10 +0200
commit02995bfe9827c0c329c9c397411d83bd6918d096 (patch)
tree5b44dfb3c18000e201da40976f2f51158c8fc423 /controllers/archive.php
parent61c5b503352c983d4e532b5a59e2ae913e53e70c (diff)
downloadnowayforward_human-02995bfe9827c0c329c9c397411d83bd6918d096.tar
nowayforward_human-02995bfe9827c0c329c9c397411d83bd6918d096.tar.gz
nowayforward_human-02995bfe9827c0c329c9c397411d83bd6918d096.zip
feat: Add XAMPP setup
Diffstat (limited to 'controllers/archive.php')
-rw-r--r--controllers/archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/archive.php b/controllers/archive.php
index 70f2b6d..ae25482 100644
--- a/controllers/archive.php
+++ b/controllers/archive.php
@@ -380,7 +380,7 @@ class DownloadPage {
// Add the header for the archives
$phpTag = $dom->createElement('script', '
</script>
- <?php require_once "' . __DIR__ . '/../views/archive/topbar.php" ?>
+ <?php require_once \'' . __DIR__ . '/../views/archive/topbar.php\' ?>
<script>
');
$body = $dom->getElementsByTagName('body')->item(0);