Removed some hardcoding.

This commit is contained in:
2021-06-10 15:48:11 +02:00
parent a1a019de62
commit 2808d0d3fb
9 changed files with 1121 additions and 1171 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ else if (empty($_GET["code"]))
$code = $_GET["code"];
include "../api_key.php";
$final_uri = "http://zovguran.net/Unalike/";
$final_uri = $unalike_root_public;
$postdata = array(
"client_id" => $client_id,