Changeset 1738
- Timestamp:
- 11/27/06 19:29:23 (7 years ago)
- File:
-
- 1 edited
-
alternc/trunk/bureau/class/m_bro.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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';");
Note: See TracChangeset
for help on using the changeset viewer.
