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 4391a7f commit 8d41e96Copy full SHA for 8d41e96
baseInfo.php
@@ -0,0 +1,14 @@
1
+<?php
2
+ error_reporting(0);
3
+ $botToken = '[BOTTOKEN]';
4
+ $dbUserName = '[DBUSERNAME]';
5
+ $dbPassword = '[DBPASSWORD]';
6
+ $dbName = '[DBNAME]';
7
+ $admin = [ADMIN];
8
+ $channelLock = "[CHANNELLOCK]";
9
+ $botUrl = "[BOTURL]";
10
+ $walletwizwiz = "[WALLET]";
11
+ $pursantPercent = [PURSANT];
12
+ $nowPaymentKey = "[NOWPAYMENTKEY]";
13
+ $zarinpalId = "[ZARINPALKEY]";
14
+?>
0 commit comments