Ejemplo n.º 1
0
 /**
  * Resets the configuration of the class
  * 
  * @internal
  * 
  * @return void
  */
 public static function reset()
 {
     self::$level = NULL;
     self::$login_page = NULL;
     self::$named_ip_ranges = array();
     self::$regenerated = FALSE;
 }