[chora] Stable Chora Build
Jon Parise
jon at horde.org
Tue Jul 22 22:59:16 PDT 2003
On Fri, Jul 18, 2003 at 10:41:59PM -0400, zx at bugsbunny.laudanski.com wrote:
> $this->applications['horde'] = array(
> 'fileroot' => dirname(__FILE__) . '/..',
> 'webroot' => '/horde',
> 'initial_page' => '',
> 'icon' => '/graphics/home.gif',
> 'name' => 'Nuke Cops beta-NC CVS Repository',
> 'allow_guests' => true,
> 'status' => 'inactive',
> 'templates' => dirname(__FILE__) . '/../templates',
> 'cookie_domain' => $_SERVER['SERVER_NAME'],
> 'cookie_path' => '/horde',
'cookie_path' => '/'
> 'server_name' => $_SERVER['SERVER_NAME'],
> 'server_port' => $_SERVER['SERVER_PORT']
> );
>
> $this->applications['chora'] = array(
> 'fileroot' => dirname(__FILE__) . '/../chora',
> 'webroot' => $this->applications['horde']['webroot'] . '/chora',
'webroot' => ''
> 'icon' => $this->applications['horde']['webroot'] . '/graphics/chora.gif',
> 'name' => 'betaNC-CVS',
> 'allow_guests' => true,
> 'status' => 'inactive'
> );
--
Jon Parise (jon at horde.org) :: The Horde Project (http://horde.org/)
More information about the chora
mailing list