Skip to content

Commit

Permalink
edited config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Iammac authored and Iammac committed Dec 31, 2012
1 parent b758c2f commit 2de2976
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ AddDefaultCharset UTF-8
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]

</IfModule>
3 changes: 2 additions & 1 deletion application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
*/

// Production
$config['base_url'] = 'https://floating-eyrie-3047.herokuapp.com/';
// $config['base_url'] = 'https://floating-eyrie-3047.herokuapp.com/';
$config['base_url'] = 'http://www.mcsfeed.com/';

// Local Development
// $config['base_url'] = 'http://project1.mac/';
Expand Down
1 change: 0 additions & 1 deletion application/config/constants.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

/*
|--------------------------------------------------------------------------
| File and Directory Modes
Expand Down
Binary file modified application/views/.DS_Store
Binary file not shown.
Binary file added application/views/pages/.DS_Store
Binary file not shown.

0 comments on commit 2de2976

Please sign in to comment.