Changeset 54 for administrace/master.php


Ignore:
Timestamp:
Aug 21, 2007, 3:45:42 PM (17 years ago)
Author:
george
Message:

Oprava chyb v administraci.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • administrace/master.php

    r51 r54  
    22include('../global.php');
    33
    4 if (@$_SESSION['Licence'] == 1)
     4if(array_key_exists('Licence', $_SESSION))
    55{
    6 } else {
    7   include 'SubFiles/LoginMaster.php';
    8 }
     6  if($_SESSION['Licence'] == 1);
     7  else include('SubFiles/LoginMaster.php');
     8} else include('SubFiles/LoginMaster.php');
    99?>
     10
    1011<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    1112<html>
Note: See TracChangeset for help on using the changeset viewer.