forked from EGroupware/egroupware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
21 lines (20 loc) · 659 Bytes
/
about.php
File metadata and controls
21 lines (20 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
* EGroupware: About informations
*
* rewrite of the old PHPLib based about page
* it now uses eTemplate2
* new class about ist stored at api/src/Framework/About.php
*
* LICENSE: GPL
*
* @package api
* @subpackage about
* @author Sebastian Ebling <hudeldudel@php.net>
* @author Ralf Becker <RalfBecker@outdoor-training.de>
* @license http://www.gnu.org/copyleft/gpl.html
* @link http://www.egroupware.org
* @version SVN: $Id$
*/
header('Location: index.php?menuaction=api.EGroupware\\Api\\Framework\\About.index'.
(isset($_GET['sessionid']) ? '&sessionid='.$_GET['sessionid'].'&kp3='.$_GET['kp3'] : ''));