Changeset 2161
- Timestamp:
- 02/25/2008 04:48:05 AM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r2159 r2161 682 682 683 683 $search = $directory.'/'.$filename; 684 $hash = sha1($search );684 $hash = sha1($search.$ext); 685 685 686 686 if (isset($found[$hash]))
