Viewing File: /people/testlab/www/testlab.com.pl/config.php

<?php 
error_reporting(E_ALL);

if (!isset($_SESSION['status']))
   {
   session_start();
   $_SESSION['status']=0;
   }

function islogin()
{
if (($_SESSION['user_type']!=100)) echo"<br><BR><center>
Ta część serwisu dostępna jest po zalogowaniu.<br>
<a href='panel.php'>zaloguj się</a>.</center>"; 
else 
return true;
}
function isuserlogin()
{
if (!isset($_SESSION['user_name'])) echo "";
/*echo"<br><BR><center>
Ta część serwisu dostępna jest po zalogowaniu.<br>
<a href='panel.php'>zaloguj się</a>.</center>"; */
else 
return true;
}

?>
Back to Directory File Manager