summaryrefslogtreecommitdiff
path: root/software.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 /software.php
parent28bb4f3618e2e947d14a05a24e99d826c26c0ce3 (diff)
feat: new configuration
Diffstat (limited to 'software.php')
-rw-r--r--software.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/software.php b/software.php
index c1f0a75..db9e4af 100644
--- a/software.php
+++ b/software.php
@@ -22,7 +22,7 @@ $software = [
<html>
<head>
- <title>Software - <?php echo INSTANCE_NAME ?></title>
+ <title>Software - <?php echo CONFIG['instance']['name'] ?></title>
<link rel="stylesheet" href="/static/style.css">
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
</head>