Re: Stable Chora Build

[email protected]
Newsgroups gmane.comp.horde.chora
Message-ID <[email protected]>
On Fri, 18 Jul 2003, Chuck Hagenbuch wrote:

> Quoting [email protected]:
> 
> Okay... so looks like you're changing two things in tandem, but you only need to
> change one of them.

Hi Chuck.  The site is working fine now, but I'm right back to square one 
(plus 1).  Frames seem to be gone now, but the "horde/chora" returned in 
the URL.

Here is my new registry.php:

$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',
    'server_name' => $_SERVER['SERVER_NAME'],
    'server_port' => $_SERVER['SERVER_PORT']
);



$this->applications['chora'] = array(
    'fileroot' => dirname(__FILE__) . '/../chora',
    'webroot' => $this->applications['horde']['webroot'] . '/chora',
    'icon' => $this->applications['horde']['webroot'] . '/graphics/chora.gif',
    'name' => 'betaNC-CVS',
    'allow_guests' => true,
    'status' => 'inactive'
);

Obviously, I'm confused.

-- 
Sincerely,

Paul Laudanski / Zhen-Xjell

[This message is for the designated recipient(s) only and may contain privileged or confidential information.  If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.]


-- 
Chora mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.