Ignore:
Timestamp:
10/02/09 09:53:20 (15 years ago)
Author:
viani
Message:

Ticket #671 - Transformada inclusao do header.session condicional.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/controller.php

    r1468 r1484  
    11<?php 
    2         require_once '../header.session.inc.php'; 
     2        if (file_exists('../header.session.inc.php')) { 
     3                require_once '../header.session.inc.php'; 
     4        } 
    35 
    46        /* if there is no session, abort the Ajax call */ 
Note: See TracChangeset for help on using the changeset viewer.