From 61671f988f9d63b07d499dd9d2bdeae4864f1e0f Mon Sep 17 00:00:00 2001 From: Antoine Tenart Date: Wed, 4 Jul 2012 18:11:41 +0000 Subject: [PATCH] kwain --- sas2/include/photo.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sas2/include/photo.inc.php b/sas2/include/photo.inc.php index 1cbece9e6..1ffea98c2 100644 --- a/sas2/include/photo.inc.php +++ b/sas2/include/photo.inc.php @@ -133,7 +133,7 @@ class photo extends basedb } /** on va arreter d'etre cons -s- */ function get_rel_path () { - return $rootdir."data/sas/".date("Y/m/d",$this->date_prise_vue)."/"; + return "/data/sas/".date("Y/m/d",$this->date_prise_vue)."/"; } /** -- GitLab