Skip to content

Commit

Permalink
Most servers will send the source code and expose mysql info if you d…
Browse files Browse the repository at this point in the history
…on't specify PHP tags !
  • Loading branch information
bl4h committed Jan 13, 2011
1 parent e16da06 commit 05879df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,5 @@
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 05879df

Please sign in to comment.