Changeset 1725


Ignore:
Timestamp:
07/22/06 11:39:09 (7 years ago)
Author:
azerttyu
Message:

suppresion d'un controle de debug dans dir_local

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/class/functions.php

    r1724 r1725  
    387387    //recherche la chaine commençant aprés ../ ou /  ceci n fois 
    388388    preg_match('`^(/|../)*(.*)`',$file,$res); 
    389     echo $file."<br/>";  
    390     print_r($res); 
    391     echo "<br/>"; 
    392389    if ($res) { 
    393390      return $res[2]; 
Note: See TracChangeset for help on using the changeset viewer.