Changeset 811680
- Timestamp:
- 11/28/2013 02:58:33 AM (12 years ago)
- File:
-
- 1 edited
-
tr-cache-and-security/trunk/inc/actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tr-cache-and-security/trunk/inc/actions.php
r809645 r811680 432 432 $cache_args = implode(', ',$cache_args); 433 433 $need = "<?php\n"; 434 $need .= apply_filters('cache_advance_content',''); 434 435 $need .= '$tr_cache_path = \'' . TRSCSC_CACHE_PATH . '/\'' . ";\n"; 435 436 $need .= '$tr_cache_options = array(' . $cache_args. ");\n";
Note: See TracChangeset
for help on using the changeset viewer.