There was an error while loading. Please reload this page.
1 parent ef57308 commit b020490Copy full SHA for b020490
config.php
@@ -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