Subversion Repositories SmartDukaan

Rev

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

Rev 11282 Rev 11377
Line 12... Line 12...
12
|
12
|
13
| If this is not set then CodeIgniter will guess the protocol, domain and
13
| If this is not set then CodeIgniter will guess the protocol, domain and
14
| path to your installation.
14
| path to your installation.
15
|
15
|
16
*/
16
*/
17
$config['base_url']	= '';
17
$config['base_url']	= 'http://m.saholic.com/';
18
 
18
 
19
/*
19
/*
20
|--------------------------------------------------------------------------
20
|--------------------------------------------------------------------------
21
| Index File
21
| Index File
22
|--------------------------------------------------------------------------
22
|--------------------------------------------------------------------------
Line 264... Line 264...
264
| 'cookie_path'   =  Typically will be a forward slash
264
| 'cookie_path'   =  Typically will be a forward slash
265
| 'cookie_secure' =  Cookies will only be set if a secure HTTPS connection exists.
265
| 'cookie_secure' =  Cookies will only be set if a secure HTTPS connection exists.
266
|
266
|
267
*/
267
*/
268
$config['cookie_prefix']	= "";
268
$config['cookie_prefix']	= "";
269
$config['cookie_domain']	= "";
269
$config['cookie_domain']	= ".saholic.com";
270
$config['cookie_path']		= "/";
270
$config['cookie_path']		= "/";
271
$config['cookie_secure']	= FALSE;
271
$config['cookie_secure']	= FALSE;
272
 
272
 
273
/*
273
/*
274
|--------------------------------------------------------------------------
274
|--------------------------------------------------------------------------
Line 365... Line 365...
365
 
365
 
366
$config['current_client']='magento';
366
$config['current_client']='magento';
367
 
367
 
368
 
368
 
369
/* End of file config.php */
369
/* End of file config.php */
370
/* Location: ./application/config/config.php */
370
/* Location: ./application/config/config.php */
371
371