Changeset 1738
- Timestamp:
- 11/27/06 19:29:23 (2 years ago)
- Files:
-
- alternc/trunk/bureau/class/m_bro.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/class/m_bro.php
r1727 r1738 283 283 $file=ssla($file); 284 284 $absolute=$this->convertabsolute($dir."/".$file,0); 285 if ($absolute && !file_exists($absolute) ) {285 if ($absolute && !file_exists($absolute) && checkuserpath($absolute."/".$file) != 0) { 286 286 touch($absolute); 287 287 $db->query("UPDATE browser SET crff=0 WHERE uid='$cuid';");
