source: sandbox/workflow/2.0/templateFile.php @ 1293

Revision 1293, 815 bytes checked in by gbisotto, 15 years ago (diff)

Ticket #609 - Modificada a classe Factory e ProcessFactory? para automatizaro acesso ao objetos

  • Property svn:executable set to *
RevLine 
[795]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);
[1293]13
[795]14require_once 'inc/common.inc.php';
[1293]15Factory::getInstance('TemplateServer')->redirect();
16
[795]17?>
Note: See TracBrowser for help on using the repository browser.