Changeset 1725
- Timestamp:
- 07/22/06 11:39:09 (2 years ago)
- Files:
-
- alternc/trunk/bureau/class/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/class/functions.php
r1724 r1725 387 387 //recherche la chaine commençant aprés ../ ou / ceci n fois 388 388 preg_match('`^(/|../)*(.*)`',$file,$res); 389 echo $file."<br/>";390 print_r($res);391 echo "<br/>";392 389 if ($res) { 393 390 return $res[2];
