This commit is contained in:
Oliver Davies 2017-07-11 18:57:51 +01:00
parent 0692d8ff00
commit 47e2ffcfda
247 changed files with 409 additions and 383 deletions

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Include a Local Drupal Settings file for Environment Configuration and Overrides</h1>
<p class="posted">20th December 2014</p>
<p class="posted text-light">20th December 2014</p>
<p>At the bottom of settings.php, add the following code:</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Configuring the Reroute Email Module</h1>
<p class="posted">22nd December 2014</p>
<p class="posted text-light">22nd December 2014</p>
<p><a href="https://www.drupal.org/project/reroute_email">Reroute Email</a> module uses <code>hook_mail_alter()</code> to prevent emails from being sent to users from non-production sites. It allows you to enter one or more email addresses that will receive the emails instead of delivering them to the original user.</p>