Subversion Repositories SmartDukaan

Rev

Rev 11169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11169 Rev 11397
Line 17... Line 17...
17
 
17
 
18
		$currentclient = $this -> config -> item('current_client');
18
		$currentclient = $this -> config -> item('current_client');
19
		$this -> load -> config($currentclient);
19
		$this -> load -> config($currentclient);
20
		$model = $currentclient.'_model';
20
		$model = $currentclient.'_model';
21
		$this->load->model($model);
21
		$this->load->model($model);
22
 
-
 
-
 
22
		print_r($_SERVER['SERVER_ADDR']);
23
		
23
		
24
	}
24
	}
25
 
25
 
26
 
26
 
27
 
27