Changeset 1298973
- Timestamp:
- 12/02/2015 11:49:27 AM (10 years ago)
- Location:
- wpbase-cache/trunk
- Files:
-
- 2 edited
-
inc/nginx-compatibility/nginx-compatibility.php (modified) (1 diff)
-
wpbase-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpbase-cache/trunk/inc/nginx-compatibility/nginx-compatibility.php
r1220845 r1298973 58 58 $location = wp_sanitize_redirect($location); 59 59 header('Location: ' . $location, true, $status); 60 return true; 60 61 } 61 62 -
wpbase-cache/trunk/wpbase-cache.php
r1242304 r1298973 4 4 Plugin URI: https://github.com/baseapp/wpbase-cache 5 5 Description: A wordpress plugin for using all caches on varnish, nginx, php-fpm stack with php-apc. This plugin includes db-cache-reloaded-fix for dbcache. 6 Version: 2.1. 46 Version: 2.1.5 7 7 Author: Vikrant Datta 8 8 Author URI: http://blog.wpoven.com
Note: See TracChangeset
for help on using the changeset viewer.