windhamdavid 4 years ago
parent
commit
66c035dae6
3 changed files with 4 additions and 5 deletions
  1. 2 2
      index.php
  2. 1 1
      wp
  3. 1 2
      wp-cli.yml

+ 2 - 2
index.php

@@ -1,4 +1,4 @@
 <?php
 define( 'WP_USE_THEMES', true );
-require( './wp/wp-blog-header.php' );
-//require('index-wp-redis.php'); // replace define and require for redis cache, and include index-wp-redis.php
+require( .'/wp/wp-blog-header.php' );
+//require('index-wp-redis.php'); // replace define and require for redis cache, and include index-wp-redis.php

+ 1 - 1
wp

@@ -1 +1 @@
-Subproject commit 93a5af5753a3364f3f547280f8eaf767eff85a2f
+Subproject commit cad04902d6a162ba8320f82a6c65c7eb58cf9759

+ 1 - 2
wp-cli.yml

@@ -1,9 +1,8 @@
 path: wp
-url: http://64.207.254.37/wp
 
 disabled_commands:
   - db drop
   - plugin install
   - db reset
 
-color: true
+color: true