projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6be9f9
)
Remove H3 cruft
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 17 May 2010 18:54:32 +0000
(14:54 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 17 May 2010 18:54:32 +0000
(14:54 -0400)
mnemo/lib/Application.php
patch
|
blob
|
history
diff --git
a/mnemo/lib/Application.php
b/mnemo/lib/Application.php
index
1b9f711
..
a7a00fe
100644
(file)
--- a/
mnemo/lib/Application.php
+++ b/
mnemo/lib/Application.php
@@
-98,10
+98,3
@@
class Mnemo_Application extends Horde_Registry_Application
}
}
-
-// Mnemo libraries.
-require_once MNEMO_BASE . '/lib/Mnemo.php';
-require_once MNEMO_BASE . '/lib/Driver.php';
-
-// Start compression, if requested.
-Horde::compressOutput();