Plugin Directory

Changeset 808575


Ignore:
Timestamp:
11/22/2013 02:30:26 AM (12 years ago)
Author:
pntrinh
Message:

add optimize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tr-cache-and-security/trunk/inc/tr_cache_class.php

    r808562 r808575  
    8787                    foreach(self::$scripts as $handle => $path)
    8888                    {                   
    89                         $data.= 'try{ '.@file_get_contents($path).' }catch(e){} '."\n";
     89                        $data.= 'try{ '.@file_get_contents($path)."\n".' }catch(e){} '."\n";
    9090                    }
    9191                    if(!empty($data))
Note: See TracChangeset for help on using the changeset viewer.