Changeset 58 for Dev/trunk/sessioncreation.php
- Timestamp:
- 07/27/11 15:01:07 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/sessioncreation.php
r56 r58 1 1 <?php 2 2 require 'classes/master.php'; 3 4 if (is_null($_SESSION['username'])) 5 redirect('index.php'); 3 6 ?> 4 7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" … … 19 22 <div id="content"> 20 23 <?php 21 24 new SessionCreationTool(); 22 25 ?> 23 26 </div>
Note: See TracChangeset
for help on using the changeset viewer.