removed header data

This commit is contained in:
CHIEFSOFT\ameye
2024-09-20 16:45:54 -04:00
parent 4aff45cbba
commit 3cd3e8c75f
+5 -5
View File
@@ -11,11 +11,11 @@ class Home extends BaseController
public function promoIndex($promo,$promoOwner=''):string{ public function promoIndex($promo,$promoOwner=''):string{
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { // if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
echo 'This is a server using Windows!'; // echo 'This is a server using Windows!';
} else { // } else {
echo 'This is a server not using Windows!'; // echo 'This is a server not using Windows!';
} // }
$in["promo"] = $promo; $in["promo"] = $promo;
$in["promo_owner"] = $promoOwner; $in["promo_owner"] = $promoOwner;