phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] old/addbook index.php,1.1


From: skwashd
Subject: [Phpgroupware-cvs] old/addbook index.php,1.1
Date: Thu, 24 Feb 2005 13:24:54 -0000

Update of old/addbook

Added Files:
     Branch: MAIN
            index.php 

Log Message:
keep a historic record of the app

====================================================
Index: index.php
<?php
  /**************************************************************************\
  * phpGroupWare - addbook                                                   *
  * http://www.phpgroupware.org                                              *
  * Written by Joseph Engo <address@hidden>                          *
  * Written by Heiko Schwarzenberg <address@hidden>              *
  * --------------------------------------------                             *
  *  This program is free software; you can redistribute it and/or modify it *
  *  under the terms of the GNU General Public License as published by the   *
  *  Free Software Foundation; either version 2 of the License, or (at your  *
  *  option) any later version.                                              *
  \**************************************************************************/

        /* $Id: index.php,v 1.1 2004/12/31 05:08:56 skwashd Exp $ */

        $GLOBALS['phpgw_info'] = array();
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp' => 'addbook'
        );
        include('../header.inc.php');

        $obj = CreateObject('addbook.generic');
        $obj->index();
?>






reply via email to

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