[dev] Where to fit hylax?
Kevin Myer
kevin_myer at iu13.org
Sat Jun 18 04:07:12 PDT 2005
Quoting Chuck Hagenbuch <chuck at horde.org>:
> Mekes sense to me - I've added a default stanza there.
hylax/lib/base.php needs modified so the app that is pushed is hylax, not fax.
Index: base.php
===================================================================
RCS file: /repository/hylax/lib/base.php,v
retrieving revision 1.5
diff -u -r1.5 base.php
--- base.php 18 Jun 2005 01:38:51 -0000 1.5
+++ base.php 18 Jun 2005 11:02:52 -0000
@@ -24,7 +24,7 @@
// Registry.
$registry = &Registry::singleton();
-if (is_a(($pushed = $registry->pushApp('fax', !defined('AUTH_HANDLER'))),
'PEAR_Error')) {
+if (is_a(($pushed = $registry->pushApp('hylax', !defined('AUTH_HANDLER'))),
'PEAR_Error')) {
if ($pushed->getCode() == 'permission_denied') {
Horde::authenticationFailureRedirect();
}
>
Not sure what else might need changed as a result of that. Now I guess I need
to actually get a (non-cable) modem out and try this :)
Kevin
--
Kevin M. Myer
Senior Systems Administrator
Lancaster-Lebanon Intermediate Unit 13 http://www.iu13.org
More information about the dev
mailing list