From: Mark Huang Date: Thu, 25 Jan 2007 20:27:18 +0000 (+0000) Subject: include generated/ subdir in php include_path X-Git-Tag: planetlab-4_0-rc1~28 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=0c42283cf804fc3ceed07faafedc7a4863b7e475 include generated/ subdir in php include_path --- diff --git a/plc.d/httpd b/plc.d/httpd index f37d066..6f10515 100755 --- a/plc.d/httpd +++ b/plc.d/httpd @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: httpd,v 1.6 2006/10/30 16:13:50 mlhuang Exp $ +# $Id: httpd,v 1.7 2006/10/30 22:38:22 mlhuang Exp $ # # Source function library and configuration @@ -36,7 +36,7 @@ case "$1" in dialog "$MESSAGE" # Set the default include path - include_path=".:$DocumentRoot/planetlab/includes:/etc/planetlab/php:/usr/share/plc_api/php" + include_path=".:$DocumentRoot/planetlab/includes:$DocumentRoot/generated:/etc/planetlab/php:/usr/share/plc_api/php" sed -i -e "s@[;]*include_path = \"\.:.*\"@include_path = \"$include_path\"@" $php_ini # Disable default Listen directive