Skip to content

Commit

Permalink
Added php router file and added setting to disable mandrill
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Keller committed Jan 26, 2016
1 parent aa02c82 commit 59a6fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore_global
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ nbproject
.vagrant
.idea
node_modules
bower_components
bower_components
php_server.router.inc
1 change: 1 addition & 0 deletions local.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
$conf['preprocess_css'] = 0;
$conf['preprocess_js'] = 0;
$conf['securepages_enable'] = FALSE;
$conf['mandrill_api_key'] = FALSE;

/**
* Databases.
Expand Down

0 comments on commit 59a6fee

Please sign in to comment.