Changeset 663
- Timestamp:
- 10/05/2007 10:03:04 AM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Profiler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Profiler.php
r659 r663 66 66 67 67 // Add profiler data to the output 68 if (str pos('</body>', Kohana::$output) !== FALSE)68 if (stripos(Kohana::$output, '</body>') !== FALSE) 69 69 { 70 70 // Closing body tag was found, insert the profiler data before it
