wp-config.php 205 B

12345678
  1. <?php
  2. require('/var/www/config/webkit-blog-config.php');
  3. define('WP_CACHE', true); //Added by WP-Cache Manager
  4. define('ABSPATH', dirname(__FILE__).'/');
  5. require_once(ABSPATH.'wp-settings.php');
  6. ?>