[horde] External login page
Ollie Maitland
ollie at byng-designs.com
Sun Oct 10 05:41:35 PDT 2004
How does one set the Horde login page to something different to login.php as
I can't see a simple configurational change that I can make?
Also is the best way to get certain modules from Horde using output
buffering in php as at the moment if I want a day view of today I use:
-----------------------------
[...define vars etc ...]
// Start buffering
ob_start();
$dayOb->html(KRONOLITH_TEMPLATES);
// Grab the buffer
$s = ob_get_contents();
// Stop buffering
ob_end_clean();
return $s;
-------------------------------
Any idea, especially on the login page?
Many thanks,
- Ollie Maitland
More information about the horde
mailing list