Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurencedawson committed May 27, 2011
1 parent 0f7fcf4 commit 9b7c797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitignore
@@ -1,3 +1,5 @@
blog.php
database.php
/system /system
/user_guide /user_guide
.DS_Store .DS_Store
Expand All @@ -16,6 +18,4 @@ mimes.php
hooks.php hooks.php
foreign_chars.php foreign_chars.php
doctypes.php doctypes.php
constants.php constants.php
!blog.php
!database.php
2 changes: 1 addition & 1 deletion application/config/blog.php
Expand Up @@ -11,7 +11,7 @@
$config['not_found'] = "bite.png"; $config['not_found'] = "bite.png";
$config['site_description'] = "Just another embr blog."; $config['site_description'] = "Just another embr blog.";
$config['debug'] = FALSE; $config['debug'] = FALSE;
$config['legend'] = TRUE; $config['legend'] = FALSE;
$config['admin_email'] = 'hello@iamsaul.co.uk'; $config['admin_email'] = 'hello@iamsaul.co.uk';
$config['admin_pass'] = 'meow'; $config['admin_pass'] = 'meow';
$config['cache_duration'] = '5'; $config['cache_duration'] = '5';

0 comments on commit 9b7c797

Please sign in to comment.