775cfae1df
Webacula, i.e. Web + Bacula is a web interface for the Bacula backup system. ok sthen@ robert@
12 lines
517 B
Plaintext
12 lines
517 B
Plaintext
$OpenBSD: patch-html_index_php,v 1.1.1.1 2011/03/21 18:01:09 ajacoutot Exp $
|
|
--- html/index.php.orig Mon Mar 21 14:34:46 2011
|
|
+++ html/index.php Mon Mar 21 14:35:23 2011
|
|
@@ -34,6 +34,7 @@ if ( APPLICATION_ENV == 'development') {
|
|
// PATH_SEPARATOR ":"
|
|
set_include_path('.' . PATH_SEPARATOR . '../library' . PATH_SEPARATOR . '../application/models/' .
|
|
PATH_SEPARATOR . '../application/forms/' .
|
|
+ PATH_SEPARATOR . '/zendframework/' .
|
|
PATH_SEPARATOR . get_include_path() );
|
|
|
|
include "Zend/Loader.php";
|