Browse Source

developer/scanner

windhamdavid 11 years ago
parent
commit
2b427a1da4
5 changed files with 17 additions and 1 deletions
  1. 9 0
      .gitmodules
  2. 1 0
      app/plugins/developer
  3. 1 0
      app/plugins/vip-scanner
  4. 1 0
      app/themes/_s
  5. 5 1
      wp-config-sample.php

+ 9 - 0
.gitmodules

@@ -1,3 +1,12 @@
 [submodule "wp"]
 	path = wp
 	url = git://github.com/WordPress/WordPress.git
+[submodule "app/themes/_s"]
+	path = app/themes/_s
+	url = git@github.com:Automattic/_s.git
+[submodule "app/plugins/vip-scanner"]
+	path = app/plugins/vip-scanner
+	url = git@github.com:Automattic/vip-scanner.git
+[submodule "app/plugins/developer"]
+	path = app/plugins/developer
+	url = git@github.com:Automattic/developer.git

+ 1 - 0
app/plugins/developer

@@ -0,0 +1 @@
+Subproject commit acaedb9d5fdcb40a95c556a442a9e913c6cb8fdd

+ 1 - 0
app/plugins/vip-scanner

@@ -0,0 +1 @@
+Subproject commit d6b8726376de693242be923caab477dc4243aaf4

+ 1 - 0
app/themes/_s

@@ -0,0 +1 @@
+Subproject commit fa099ec65e6d24069df23934e84a30be72c97f3f

+ 5 - 1
wp-config-sample.php

@@ -30,7 +30,11 @@ define( 'WPLANG', '' );
 
 define('WP_DEBUG', true);
 define( 'WP_DEBUG_DISPLAY', true );
-ini_set( 'display_errors', 1 );
+
+@ini_set( 'log_errors', 'On' );
+@ini_set( 'display_errors', 'On' );
+@ini_set( 'error_log', '/php_error.log' );
+@ini_set( 'error_reporting', E_ALL );
 
 define('AUTOSAVE_INTERVAL', 720 );
 define('WP_POST_REVISIONS', 2);