Link added

This commit is contained in:
CHIEFSOFT\ameye
2024-09-19 10:39:56 -04:00
parent b5efb36bd4
commit 4aff45cbba
+7
View File
@@ -10,6 +10,13 @@ class Home extends BaseController
}
public function promoIndex($promo,$promoOwner=''):string{
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
echo 'This is a server using Windows!';
} else {
echo 'This is a server not using Windows!';
}
$in["promo"] = $promo;
$in["promo_owner"] = $promoOwner;
$out = $this->APIcall('POST', $this->wrenchApiServer(). 'start',$in);