Skip to content

Commit b020490

Browse files
authored
Add files via upload
1 parent ef57308 commit b020490

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
/*======================================
4+
You can use API with API KEY or IP
5+
======================================*/
6+
7+
// get your key here : https://fcsapi.com/dashboard
8+
// set your IP here : https://fcsapi.com/dashboard/profile
9+
10+
$api_key = "API_KEY"; // signup to get your api_key
11+
12+
13+
define("FCS_KEY",$api_key);

0 commit comments

Comments
 (0)