windhamdavid 9 years ago
parent
commit
59bed24a17
1 changed files with 4 additions and 0 deletions
  1. 4 0
      wp-config-sample.php

+ 4 - 0
wp-config-sample.php

@@ -42,6 +42,10 @@ define('WP_MEMORY_LIMIT', '128M');
 
 //define( 'WP_ALLOW_MULTISITE', true );
 
+//define( 'DISALLOW_FILE_EDIT', true );
+//define(‘FORCE_SSL_ADMIN’, true);
+//define(‘FORCE_SSL_LOGIN’, true);
+
 if ( file_exists( dirname( __FILE__ ) . '/memcached.php' ) )
 	$memcached_servers = include( dirname( __FILE__ ) . '/memcached.php' );