| changeset 64 | 162c1de6545a |
| parent 19 | 1c2f13fd785c |
--- a/web/enmi/common.php Tue Mar 08 16:06:15 2011 +0100 +++ b/web/enmi/common.php Fri Mar 11 15:05:35 2011 +0100 @@ -6,15 +6,14 @@ * Don't use mine! */ set_include_path( - '/path/to/zf/trunk/library' - . PATH_SEPARATOR . '/path/to/zf/incubator/library' + '../lib' . PATH_SEPARATOR . get_include_path() ); /** * Make sure Zend_Oauth's Consumer is loaded */ -require_once 'Zend/Oauth/Consumer.php'; +require_once '../lib/Zend/Oauth/Consumer.php'; /** * Start up the ol' session engine