Skip to content

Commit 0f0a0b2

Browse files
authored
Add files via upload
1 parent 4bd9fcd commit 0f0a0b2

File tree

7 files changed

+1110
-0
lines changed

7 files changed

+1110
-0
lines changed

.htaccess

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<files ".htaccess">
2+
order allow,deny
3+
deny from all
4+
</files>
5+
Options All -Indexes

baseInfo.php

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
error_reporting(0);
3+
$botToken = '';
4+
$dbUserName = '';
5+
$dbPassword = '';
6+
$dbName = '';
7+
$admin = ;
8+
$channelLock = "";
9+
$botUrl = "https://yourdomain.com/";
10+
$walletwizwiz = "";
11+
?>

botState.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"sellState":"on","searchState":"on"}

0 commit comments

Comments
 (0)