Changeset 990088
- Timestamp:
- 09/15/2014 11:16:54 AM (11 years ago)
- Location:
- wpbase-cache/trunk
- Files:
-
- 2 edited
-
trunk/wpbase-cache.php (modified) (2 diffs)
-
wpbase-cache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpbase-cache/trunk/trunk/wpbase-cache.php
r989864 r990088 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: 1.0. 26 Version: 1.0.3 7 7 Author: Tarun Bansal 8 8 Author URI: http://blog.wpoven.com … … 28 28 define('WPBASE_CACHE_DIR', WP_PLUGIN_DIR.'/wpbase-cache'); 29 29 define('WPBASE_CACHE_INC_DIR', WP_PLUGIN_DIR.'/wpbase-cache/inc'); 30 30 $path = dirname(dirname(dirname(__FILE__))); 31 if(is_file($path.'/db.php')){ 32 rename($path.'/db.php',$path.'/db_old.php'); 33 } 31 34 class WPBase_Cache { 32 35 -
wpbase-cache/trunk/wpbase-cache.php
r989864 r990088 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: 1.0. 26 Version: 1.0.3 7 7 Author: Tarun Bansal 8 8 Author URI: http://blog.wpoven.com … … 28 28 define('WPBASE_CACHE_DIR', WP_PLUGIN_DIR.'/wpbase-cache'); 29 29 define('WPBASE_CACHE_INC_DIR', WP_PLUGIN_DIR.'/wpbase-cache/inc'); 30 30 $path = dirname(dirname(dirname(__FILE__))); 31 if(is_file($path.'/db.php')){ 32 rename($path.'/db.php',$path.'/db_old.php'); 33 } 31 34 class WPBase_Cache { 32 35
Note: See TracChangeset
for help on using the changeset viewer.