Changeset 808575
- Timestamp:
- 11/22/2013 02:30:26 AM (12 years ago)
- File:
-
- 1 edited
-
tr-cache-and-security/trunk/inc/tr_cache_class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tr-cache-and-security/trunk/inc/tr_cache_class.php
r808562 r808575 87 87 foreach(self::$scripts as $handle => $path) 88 88 { 89 $data.= 'try{ '.@file_get_contents($path). ' }catch(e){} '."\n";89 $data.= 'try{ '.@file_get_contents($path)."\n".' }catch(e){} '."\n"; 90 90 } 91 91 if(!empty($data))
Note: See TracChangeset
for help on using the changeset viewer.