source: branches/1.2/workflow/redirect.php @ 1349

Revision 1349, 841 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1<?php
2/**************************************************************************\
3* eGroupWare                                                                       *
4* http://www.egroupware.org                                                *
5* --------------------------------------------                             *
6*  This program is free software; you can redistribute it and/or modify it *
7*  under the terms of the GNU General Public License as published by the   *
8*  Free Software Foundation; either version 2 of the License, or (at your  *
9*  option) any later version.                                              *
10\**************************************************************************/
11if (empty($_SESSION))
12        exit(0);
13require_once 'inc/common.inc.php';
14$GLOBALS['workflow']['factory']->getInstance('ResourcesRedirector')->redirect();
15?>
Note: See TracBrowser for help on using the repository browser.