Browse Source

turn off profile by default.

Taylor Otwell 12 years ago
parent
commit
6c177ab3b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/config/database.php

+ 1 - 1
application/config/database.php

@@ -14,7 +14,7 @@ return array(
 	|
 	|
 	*/
 	*/
 
 
-	'profile' => true,
+	'profile' => false,
 
 
 	/*
 	/*
 	|--------------------------------------------------------------------------
 	|--------------------------------------------------------------------------