Ignore:
Timestamp:
09/30/09 14:39:35 (15 years ago)
Author:
asaikawa
Message:

Ticket #671 - Alteracoes para incluir arquivo header.session.inc.php para que a sessao seja verificada

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/controller.php

    r795 r1468  
    11<?php 
     2        require_once '../header.session.inc.php'; 
     3 
    24        /* if there is no session, abort the Ajax call */ 
    35        if (empty($_SESSION)) 
Note: See TracChangeset for help on using the changeset viewer.