Skip to content

Commit

Permalink
change default "admin_enabled" config
Browse files Browse the repository at this point in the history
details: daylightstudio#380. many people suffer from this problem. It is more logical to be TRUE by default.
  • Loading branch information
om3rcitak committed Oct 13, 2017
1 parent 98e582e commit 263cdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuel/application/config/MY_fuel.php
Expand Up @@ -12,7 +12,7 @@
$config['site_name'] = 'My Website';

// whether the admin backend is enabled or not
$config['admin_enabled'] = FALSE;
$config['admin_enabled'] = TRUE;

// options are cms, views, and auto.
// cms pulls views and variables from the database,
Expand Down Expand Up @@ -94,4 +94,4 @@


/* End of file MY_fuel.php */
/* Location: ./application/config/MY_fuel.php */
/* Location: ./application/config/MY_fuel.php */

0 comments on commit 263cdde

Please sign in to comment.