summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htdocs/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/index.php b/htdocs/index.php
index 37aebc3..823c388 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -47,7 +47,7 @@ if($config->value('splash') == "true") {
$p = $pages->getPage($config->value('splashpage'));
$p->show();
?>
- <div class="splash_enter"><a href="?skipsplash=true"><span class="splash_enter_text">Enter Site</span></a></div>
+<!-- <div class="splash_enter"><a href="?skipsplash=true"><span class="splash_enter_text">Enter Site</span></a></div> -->
</div>
</body>
</html>