Konu
Php Yönlendirme
26-03-2023, 16:08:37
#3
Kirksekiz
<?php if($yetki == '1') {
kabul
} else {
header("location:/yetkisizyonlendirme.php");
}