Project

General

Profile

« Previous | Next » 

Revision 95

Added by stefan about 19 years ago

Moved settings from config.php into database.
NOT FULLY WORKING!!!

View differences:

class.database.php
74 74
	
75 75
	// Disconnect from the database
76 76
	function disconnect() {
77
		if(isset($this->Database)) {
77
		if($this->connected==true) {
78 78
			mysql_close();
79 79
			return true;
80 80
		} else {

Also available in: Unified diff