login.php dosyasına yönlendirir:
<?php 
if($kullanicicek['kullanici_durum'] == '0' ){
    header("Location: login.php");
    die();
}
?>