Project

General

Profile

« Previous | Next » 

Revision 5

Added by stefan about 19 years ago

Restructured frontend code and fixed various bugs

View differences:

class.login.php
43 43
	function login($config_array) {
44 44
		// Get language vars
45 45
		global $MESSAGE;
46
		$this->wb();
46 47
		// Get configuration values
47 48
		$this->USERS_TABLE = $config_array['USERS_TABLE'];
48 49
		$this->GROUPS_TABLE = $config_array['GROUPS_TABLE'];
......
356 357
	
357 358
}
358 359

  
359
?>
360
?>

Also available in: Unified diff