Created
November 26, 2014 19:16
-
-
Save opdavies/b8a0eaaca90aa2e96596 to your computer and use it in GitHub Desktop.
A common settings file to include on all Drupal sites.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Disable self-updates. | |
$conf['allow_authorize_operations'] = FALSE; | |
// Disable poormanscron. | |
$conf['cron_safe_threshold'] = 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment