Revision: 3336
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3336&view=rev
Author: hemna
Date: 2010-02-21 19:59:21 +0000 (Sun, 21 Feb 2010)
Log Message:
-----------
added another dir
Modified Paths:
--------------
trunk/open2300/htdocs/index.php
Modified: trunk/open2300/htdocs/index.php
===================================================================
--- trunk/open2300/htdocs/index.php 2010-02-21 19:58:52 UTC (rev 3335)
+++ trunk/open2300/htdocs/index.php 2010-02-21 19:59:21 UTC (rev 3336)
@@ -12,7 +12,7 @@
//make sure the lib dir is in the default include path
$lib_path = realpath('../lib');
-ini_set('include_path', '.:/usr/local/lib:'.$lib_path);
+ini_set('include_path', '.:/usr/local/lib:'.$lib_path.':/usr/share/php');
//need this for external lib paths includes
//that happen outside of autoload.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|