summaryrefslogtreecommitdiff
path: root/includes/fragments/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/fragments/system.inc')
-rw-r--r--includes/fragments/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/fragments/system.inc b/includes/fragments/system.inc
index 030c743..ad7db76 100644
--- a/includes/fragments/system.inc
+++ b/includes/fragments/system.inc
@@ -20,7 +20,7 @@
<br>
<div id="page-content">
- <?= file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/$systemID/content.html") ?>
+ <?= file_exists($_SERVER['DOCUMENT_ROOT'] . "/includes/data/$systemID/content.html") ? file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/$systemID/content.html") : "" ?>
</div>
<?php if ($system === "cloudburst") cloudburst(true); elseif ($system === "raindrops") raindrops(true); elseif ($isLoggedIn || $isLowerLoggedIn) other(true); ?>
</div>