SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/config/require_ssl.php

require_ssl
  1. <?php
  2. /**
  3. * require_ssl
  4. *
  5. * @package require_ssl
  6. * @author David Cruz
  7. * @copyright (c) 2009 David Cruz
  8. * @license http://www.opensource.org/licenses/mit-license.php or http://creativecommons.org/licenses/MIT/
  9. * @Authors_Site http://www.futilemind.com
  10. */
  11.  
  12.  
  13. if (! isset($config['require_ssl'])) {
  14. $config['require_ssl'] = array();
  15. }
  16.  
  17.