Skip to content

Commit 6c177ab

Browse files
committed
turn off profile by default.
1 parent 53b9446 commit 6c177ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
|
1515
*/
1616

17-
'profile' => true,
17+
'profile' => false,
1818

1919
/*
2020
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)