source: sandbox/workflow/branches/993/templateFile.php @ 2372

Revision 2372, 813 bytes checked in by pedroerp, 14 years ago (diff)

Ticket #609 - Merged 2197:2356 /sandbox/workflow/branches/609/ em /sandbox/workflow/trunk.

  • 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\**************************************************************************/
11require_once 'inc/common.inc.php';
12if (empty($_SESSION))
13        exit(0);
14Factory::getInstance('TemplateServer')->redirect();
15?>
Note: See TracBrowser for help on using the repository browser.