From: x2000habouzit Date: Sun, 8 Jan 2006 16:59:39 +0000 (+0000) Subject: fix makefile, revert good include path X-Git-Tag: xorg/0.9.9~35 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ea72466c5caace33e4ae2fc28134342075fc6e43;p=platal.git fix makefile, revert good include path git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.9@192 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/Makefile b/Makefile index 1d5123b..b195138 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ headers: headache -c install.d/platal-dev/templates/header.conf -h install.d/platal-dev/templates/header \ `find templates -name '*.tpl' ! -path 'templates/xnet/skin.tpl' ! -path 'templates/skin/*.tpl' ! -name 'vcard.tpl' ` -build: spool/templates_c wiki +build: spool/templates_c wiki include/platal/globals.inc.php clean: rm -rf include/platal/globals.inc.php diff --git a/bin/connect.db.inc.php b/bin/connect.db.inc.php index 947e751..b8dee82 100644 --- a/bin/connect.db.inc.php +++ b/bin/connect.db.inc.php @@ -19,7 +19,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -ini_set('include_path','/usr/share/php:.:..:../include:../../include'); +ini_set('include_path','/usr/share/php:../include:../../include'); require_once('xorg.inc.php'); require_once('xorg.misc.inc.php');