Changeset 1724
- Timestamp:
- 07/22/06 05:13:41 (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
r1723 r1724 385 385 */ 386 386 function dir_local($file) { 387 //recherche la chaine commençant aprés ../ ou / 388 preg_match('`^(/|../) (.*)`',$file,$res);387 //recherche la chaine commençant aprés ../ ou / ceci n fois 388 preg_match('`^(/|../)*(.*)`',$file,$res); 389 389 echo $file."<br/>"; 390 390 print_r($res);
