Browse Source

redis cache

windhamdavid 10 years ago
parent
commit
88d9b4aa59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index-wp-redis.php

+ 1 - 1
index-wp-redis.php

@@ -38,7 +38,7 @@ try {
         
     } else // Fallback to predis5.2.php
     {
-        include_once("wp-content/plugins/wp-redis-cache/predis5.2.php"); //we need this to use Redis inside of PHP
+        include_once("app/plugins/wp-redis-cache/predis5.2.php"); //we need this to use Redis inside of PHP
         $redis = new Predis_Client();
     }