Ignore:
Timestamp:
08/03/11 19:31:24 (14 years ago)
Author:
fpvanagthoven
Message:

You can now delete anywhere from pipeline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/sessioncreation.php

    r61 r69  
    44if (is_null($_SESSION['username']))
    55    redirect('index.php');
     6
     7$session = Session::getSession($_POST);
    68?>
     9
     10
     11
    712<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    813    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     
    2227            <div id="content">
    2328                <?php
    24                     new SessionCreationTool();
     29                    new SessionCreationTool($session);
    2530                ?>
    2631            </div>
Note: See TracChangeset for help on using the changeset viewer.