diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-01 17:06:10 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-01 17:06:10 +0200 |
| commit | 02995bfe9827c0c329c9c397411d83bd6918d096 (patch) | |
| tree | 5b44dfb3c18000e201da40976f2f51158c8fc423 /controllers | |
| parent | 61c5b503352c983d4e532b5a59e2ae913e53e70c (diff) | |
| download | nowayforward_human-02995bfe9827c0c329c9c397411d83bd6918d096.tar nowayforward_human-02995bfe9827c0c329c9c397411d83bd6918d096.tar.gz nowayforward_human-02995bfe9827c0c329c9c397411d83bd6918d096.zip | |
feat: Add XAMPP setup
Diffstat (limited to 'controllers')
| -rw-r--r-- | controllers/archive.php | 2 |
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); |
