[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - KnowledgeBase * 4 * http://www.egroupware.org * 5 * Written by Dave Hall [skwashd AT phpgroupware.org] * 6 * ------------------------------------------------------------------------ * 7 * Started off as a port of phpBrain - http://vrotvrot.com/phpBrain/ * 8 * but quickly became a full rewrite. * 9 * ------------------------------------------------------------------------ * 10 * This program is free software; you can redistribute it and/or modify it * 11 * under the terms of the GNU General Public License as published by the * 12 * Free Software Foundation; either version 2 of the License, or (at your * 13 * option) any later version. * 14 \**************************************************************************/ 15 /* $Id: index.php 20295 2006-02-15 12:31:25Z $ */ 16 17 $phpgw_info = array(); 18 $GLOBALS['phpgw_info']['flags'] = array( 19 'currentapp' => 'phpbrain', 20 'noheader' => True, 21 'nonavbar' => True 22 ); 23 include('../header.inc.php'); 24 25 $obj = CreateObject('phpbrain.uikb'); 26 $obj->index(); 27 28 $GLOBALS['phpgw']->common->phpgw_exit(true); 29 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |