|
|
@ -2025,7 +2025,7 @@ class Aauth { |
|
|
|
public function set_system_var( $key, $value ) { |
|
|
|
public function set_system_var( $key, $value ) { |
|
|
|
|
|
|
|
|
|
|
|
// if var not set, set |
|
|
|
// if var not set, set |
|
|
|
if ( ! $this->get_system_var($key) ) { |
|
|
|
if ($this->get_system_var($key) === FALSE) { |
|
|
|
|
|
|
|
|
|
|
|
$data = array( |
|
|
|
$data = array( |
|
|
|
'key' => $key, |
|
|
|
'key' => $key, |
|
|
|