* Core :
- Members can be disabled. It deletes volatile datas. -MC
+
+ * Install :
+ - Do not modify PHP include path from auto.prepend.inc.php -SHK
+ - Add install.d/apache.conf with a sample Apache config file -SHK
* Mails : Use HermesMailer. -MC
* FRU : Florent Bruneau (fruneau) <florent.bruneau@m4x.org>
* JS : Jean Sébastien Bedo <jean-sebastien.bedo@m4x.org>
* MC : Pierre Habouzit (MadCoder) <pierre.habouzit@m4x.org>
+ * SHK : Jeremy Lainé (Sharky) <jeremy.laine@m4x.org>
* VP : Vincent Palatin <vincent.palatin@m4x.org>
* XdX : Alexandre Hô (XandreX) <alexandre.ho@m4x.org>
* Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
***************************************************************************
- $Id: auto.prepend.inc.php,v 1.31 2004-11-16 20:36:12 x2000habouzit Exp $
+ $Id: auto.prepend.inc.php,v 1.32 2004-11-21 18:33:58 x99laine Exp $
***************************************************************************/
-ini_set('include_path',"/home/x2000habouzit/dev/diogenes/lib/:/usr/share/php:".ini_get('include_path'));
-
function microtime_float()
{
list($usec, $sec) = explode(" ", microtime());
--- /dev/null
+Alias /xorg /usr/share/xorg/htdocs
+
+<Directory /usr/share/xorg>
+ Options FollowSymLinks MultiViews
+ Order allow,deny
+ Allow from all
+ <IfModule mod_dir.c>
+ DirectoryIndex index.php
+ </IfModule>
+ <IfModule mod_php4.c>
+ php_value magic_quotes_gpc On
+ php_value register_globals Off
+ php_value include_path ".:/usr/share/xorg/include:/usr/share/diogenes/lib:/usr/share/php/smarty/libs:/usr/share/php"
+ </IfModule>
+</Directory>