Loading api.chm +4.29 KiB (481 KiB) File changed.No diff preview for this file type. View original file View changed file auth.php +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ class Auth { $this->login( $_SERVER['PHP_AUTH_USER'], $func? $func($_SERVER['PHP_AUTH_PW']): $fw->call($func,$_SERVER['PHP_AUTH_PW']): $_SERVER['PHP_AUTH_PW'], $realm )) Loading base.php +10 −0 Original line number Diff line number Diff line Loading @@ -2264,6 +2264,16 @@ final class Registry { return self::$table[$key]; } /** * Delete object from catalog * @return NULL * @param $key string **/ static function clear($key) { self::$table[$key]=NULL; unset(self::$table[$key]); } //! Prohibit cloning private function __clone() { } Loading Loading
api.chm +4.29 KiB (481 KiB) File changed.No diff preview for this file type. View original file View changed file
auth.php +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ class Auth { $this->login( $_SERVER['PHP_AUTH_USER'], $func? $func($_SERVER['PHP_AUTH_PW']): $fw->call($func,$_SERVER['PHP_AUTH_PW']): $_SERVER['PHP_AUTH_PW'], $realm )) Loading
base.php +10 −0 Original line number Diff line number Diff line Loading @@ -2264,6 +2264,16 @@ final class Registry { return self::$table[$key]; } /** * Delete object from catalog * @return NULL * @param $key string **/ static function clear($key) { self::$table[$key]=NULL; unset(self::$table[$key]); } //! Prohibit cloning private function __clone() { } Loading