Ignore:
Timestamp:
07/27/11 15:01:07 (14 years ago)
Author:
fpvanagthoven
Message:

mainmenu.php tweaked for usability. When not logged in, the user gets redirected to index.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/applicationcreation.php

    r56 r58  
    11<?php
    22require 'classes/master.php';
     3
     4if (is_null($_SESSION['username']))
     5    redirect('index.php');
    36?>
    47<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
Note: See TracChangeset for help on using the changeset viewer.