Ignore:
Timestamp:
Jun 9, 2022 7:24:04 PM (2 years ago)
Author:
anonymous
Message:

Minor improvements

File:
1 edited

Legend:

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

    r745 r768  
    1111
    1212    // Namespace of this auth object.
    13     var $_ns;
     13    protected $_ns;
    1414
    1515    // Parameters to be configured by setParam.
    16     var $_params = array();
    17     var $_default_params = array(
     16    protected $_params = array();
     17    protected $_default_params = array(
    1818
    1919        // The URL to the login script.
Note: See TracChangeset for help on using the changeset viewer.