phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] img index.old.php,NONE,1.1.2.1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] img index.old.php,NONE,1.1.2.1
Date: Fri, 10 Oct 2003 06:48:03 +0000

Update of /cvsroot/phpgroupware/img
In directory subversions:/tmp/cvs-serv31999

Added Files:
      Tag: Version-0_9_16-branch
        index.old.php 
Log Message:
removing img


--- NEW FILE: index.old.php ---
<?php
  /**************************************************************************\
  * phpGroupWare - Image Editor                                              *
  * http://www.phpgroupware.org                                              *
  * This application written by Miles Lott <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.old.php,v 1.1.2.1 2003/10/10 06:47:59 skwashd Exp $ */

        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp'  => 'img',
                'noheader'    => True,
                'nonavbar'    => True,
                'noappheader' => True
        );
        include('../header.inc.php');

        $obj = CreateObject('img.uiimg');
        $obj->index();

        $GLOBALS['phpgw']->common->phpgw_footer();
?>





reply via email to

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