<?php
ob_start();
session_start();
ini_set('error_reporting', E_ALL^E_NOTICE);
include "../include/bag.php";
if(isset($_SESSION["kullanici_adi"]) ):
?>
<?php
if (empty($_POST['userr']) || empty($_POST['passs']))
echo "
<table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td align='center'><table width='0' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td><img src='img/mavi1.png' width='17' height='87'></td>
<td background='img/mavi2.png'><a style='text-decoration:none' href=login.php><font face='tahoma' style='font-size:10pt; font-weight:700' color='#333333'>Lütfen Giriş Alanlarını Boş Bırakmayınız. TEKRAR DENEYIN</a></td>
<td><img src='img/mavi3.png' width='24' height='87'></td>
</tr>
</table></td>
</tr>
</table>";
endif;
?>