From 9f7ae7d5da5e79a592c771394b16ca669b39e086 Mon Sep 17 00:00:00 2001 From: Astrologies Date: Fri, 31 Dec 2021 03:27:26 -0500 Subject: [PATCH] Config update --- globals/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globals/config.php b/globals/config.php index 059e551..5328e6c 100644 --- a/globals/config.php +++ b/globals/config.php @@ -42,7 +42,7 @@ try $siteName = "Alphaland"; //site name $domain = "alphaland.cc"; $url = "https://www.".$domain; //site URL - $ws = $pdo->query("SELECT * FROM websettingsdeprecated WHERE id = 1")->fetch(PDO::FETCH_OBJ); //websettingsdeprecated + $ws = $pdo->query("SELECT * FROM websettings WHERE id = 1")->fetch(PDO::FETCH_OBJ); //websettings $clientUserAgent = "Roblox/WinInet"; $ROBLOXAssetAPI = "https://assetdelivery.roblox.com/v1/asset/?id="; $ROBLOXProductInfoAPI = "https://api.roblox.com/marketplace/productinfo?assetId=";