phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware/ipc_test_suite/index.php, 1.1.2.1


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/ipc_test_suite/index.php, 1.1.2.1
Date: Thu, 20 May 2004 14:04:58 -0000

Update of /phpgroupware/ipc_test_suite
Added Files:
        Branch: Version-0_9_16-branch
          index.php

date: 2004/04/05 19:42:00;  author: mkaemmerer;  state: Exp;  lines: +20 -0

Log Message:
- updated to new version from dirk
=====================================================================
No syntax errors detected in -
=====================================================================
<?php
/**
 * IPC Test Suite
 *
 * @author      Dirk Schaller <address@hidden>
 * @copyright   Copyright (C) 2003 Free Software Foundation http://www.fsf.org/
 * @license     http://www.fsf.org/licenses/gpl.html GNU General Public License
 * @package     ipc_test_suite
 * @version     $Id: index.php,v 1.1.2.1 2004/04/05 19:42:00 mkaemmerer Exp $
 */

$GLOBALS['phpgw_info']['flags'] = array(
        'currentapp' => 'ipc_test_suite',
        'nonavbar'   => True,
        'noheader'   => True
);
include('../header.inc.php');
$obj = createobject('ipc_test_suite.ipc_test_suite_ui');
$obj->init();
?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]