Changeset 124 for trunk/lib/App.inc.php


Ignore:
Timestamp:
May 24, 2006 5:35:19 AM (18 years ago)
Author:
scdev
Message:

Q - Improved hashing algorithms in Auth_SQL, added more sc- css selectors, misc bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/App.inc.php

    r119 r124  
    11071107    function sslOff()
    11081108    {
     1109        if (!isset($this) || !is_a($this, 'App') && !is_subclass_of($this, 'App')) {
     1110            $this =& App::getInstance();
     1111        }
     1112
    11091113        if ('' != getenv('HTTPS')) {
    11101114            $this->dieURL('http://' . getenv('HTTP_HOST') . getenv('REQUEST_URI'), null, true);
Note: See TracChangeset for help on using the changeset viewer.