diff --git a/bureau/class/functions.php b/bureau/class/functions.php index 05d0cc6d..0fa125b2 100644 --- a/bureau/class/functions.php +++ b/bureau/class/functions.php @@ -386,9 +386,6 @@ function duration_list($name, $selected=0) { function dir_local($file) { //recherche la chaine commençant aprés ../ ou / ceci n fois preg_match('`^(/|../)*(.*)`',$file,$res); - echo $file."
"; - print_r($res); - echo "
"; if ($res) { return $res[2]; } else {