www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit d4f40c19dfcbd22b4cd7c5fb97a09796db7a963a
parent b5587aef014d6d87ed12f3911d8161cb7945e66c
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date:   Wed, 23 Jun 2010 18:46:17 +0200

Ajout du dossier racine du site (/var/www/...) à la config.

Diffstat:
Mconfig.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.php b/config.php @@ -1,5 +1,6 @@ <?php $config_url_base = "http://127.0.0.1/2010-moteur-site-simple/"; +$config_chemin_base = dirname($_SERVER[SCRIPT_FILENAME]); ?> \ No newline at end of file