source: sandbox/2.3-MailArchiver/workflow/templateFile.php @ 6779

Revision 6779, 813 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

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.