From: x2000habouzit Date: Sun, 30 Jul 2006 21:57:27 +0000 (+0000) Subject: htdocs.net -> htdocs X-Git-Tag: xorg/0.9.11~175 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=831fae47647f274f1e86f957a691d2bf728485fa;p=platal.git htdocs.net -> htdocs git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@740 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/xnetgrp.php b/modules/xnetgrp.php index a45d370..ee90d08 100644 --- a/modules/xnetgrp.php +++ b/modules/xnetgrp.php @@ -125,7 +125,7 @@ class XnetGrpModule extends PLModule header('Last-Modified:' . gmdate('D, d M Y H:i:s') . ' GMT'); header('Cache-Control: no-cache, must-revalidate'); header('Pragma: no-cache'); - readfile(dirname(__FILE__).'/../htdocs.net/images/dflt_carre.jpg'); + readfile(dirname(__FILE__).'/../htdocs/images/dflt_carre.jpg'); } exit;