Changeset 69 for Dev/trunk/sessioncreation.php
- Timestamp:
- 08/03/11 19:31:24 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/sessioncreation.php
r61 r69 4 4 if (is_null($_SESSION['username'])) 5 5 redirect('index.php'); 6 7 $session = Session::getSession($_POST); 6 8 ?> 9 10 11 7 12 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 8 13 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> … … 22 27 <div id="content"> 23 28 <?php 24 new SessionCreationTool( );29 new SessionCreationTool($session); 25 30 ?> 26 31 </div>
Note: See TracChangeset
for help on using the changeset viewer.