Subversion Repositories SmartDukaan

Rev

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

Rev 13901 Rev 13944
Line 35... Line 35...
35
		$host = $matches[1];
35
		$host = $matches[1];
36
		switch($host){			
36
		switch($host){			
37
			case 'localdtr':
37
			case 'localdtr':
38
				Configure::load('dev');
38
				Configure::load('dev');
39
				break;
39
				break;
-
 
40
			case 'staging.shop2020.in':
-
 
41
			case 'www.staging.shop2020.in':
-
 
42
				Configure::load('staging');
-
 
43
				break;
40
			default:
44
			default:
41
			case 'www.profittill.com':
45
			case 'www.profittill.com':
42
			case 'profittill.com':
46
			case 'profittill.com':
43
			case 'api.profittill.com':
47
			case 'api.profittill.com':
44
				Configure::load('live');
48
				Configure::load('live');