Skip to content

Commit

Permalink
Added opening PHP tag to config.php (it was missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Cray committed May 27, 2011
1 parent e16da06 commit 546594a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.php
@@ -1,4 +1,4 @@

<?php
/*
* First authored by Brian Cray
* License: http://creativecommons.org/licenses/by/3.0/
Expand Down Expand Up @@ -35,4 +35,4 @@
define('CACHE', TRUE);

// if so, where will the cache files be stored? (include trailing slash)
define('CACHE_DIR', dirname(__FILE__) . '/cache/');
define('CACHE_DIR', dirname(__FILE__) . '/cache/');

0 comments on commit 546594a

Please sign in to comment.