We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813efda commit a48b2efCopy full SHA for a48b2ef
baseInfo.php
@@ -4,6 +4,6 @@
4
$dbUserName = '[DBUSERNAME]';
5
$dbPassword = '[DBPASSWORD]';
6
$dbName = '[DBNAME]';
7
- $admin = '[ADMIN]';
+ $admin = [ADMIN];
8
$botUrl = '[BOTURL]';
9
-?>
+?>
0 commit comments