Skip to content

Commit

Permalink
Remove deprecated config
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Aug 20, 2015
1 parent 8c2dad8 commit d4deaa3
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions config/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,6 @@

'slug' => env('WP_THEME', 'wordplate'),

/*
|--------------------------------------------------------------------------
| WordPress Updates
|--------------------------------------------------------------------------
|
| Enable or disable WordPress core, plugins and themes updates. Please note
| that if your account has administrative privileges you'll still be able
| to update.
|
*/

'updates' => env('WP_ENV', 'production') !== 'production',

/*
|--------------------------------------------------------------------------
| Application Timezone
Expand All @@ -67,18 +54,6 @@

'gzip' => true,

/*
|--------------------------------------------------------------------------
| Require SSL for Admin and Logins
|--------------------------------------------------------------------------
|
| By setting this option to true, you want to secure logins and the admin
| area so that both passwords and cookies are never sent in the clear.
|
*/

'secure' => false,

/*
|--------------------------------------------------------------------------
| Disallow File Edit
Expand Down

0 comments on commit d4deaa3

Please sign in to comment.