summaryrefslogtreecommitdiff
path: root/rules.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-09 01:43:12 +0500
committerilotterytea <iltsu@alright.party>2025-12-09 01:43:12 +0500
commit29477e67ede12347b153e2255325327374e1b073 (patch)
treebe9170a20d332eab1fcc8b380f70f231921aac45 /rules.php
parent28bb4f3618e2e947d14a05a24e99d826c26c0ce3 (diff)
feat: new configuration
Diffstat (limited to 'rules.php')
-rw-r--r--rules.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules.php b/rules.php
index f0c4e5d..d490fd3 100644
--- a/rules.php
+++ b/rules.php
@@ -18,7 +18,7 @@ if (is_file($path)) {
<html>
<head>
- <title>The Rules of <?php echo INSTANCE_NAME ?></title>
+ <title>The Rules of <?php echo CONFIG['instance']['name'] ?></title>
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/static/style.css">
</head>
@@ -30,7 +30,7 @@ if (is_file($path)) {
<div class="content row">
<div class="sidebar" style="min-width: 300px;"></div>
<div class="content">
- <h1>The Rules of <?php echo INSTANCE_NAME ?></h1>
+ <h1>The Rules of <?php echo CONFIG['instance']['name'] ?></h1>
<ol>
<?php
foreach ($contents as $line) {