<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -58,6 +58,7 @@ class Config {
     private static $WIKI_API_URL      = &quot;http://en.wikipedia.org/w/api.php&quot;;
     private static $WIKI_API_FORMAT   = 'php';
     private static $WIKI_API_BASE_URL = &quot;http://en.wikipedia.org/w/api.php?format=php&quot;;
+    private static $CACHE_PATH        = &quot;/tmp/cache/&quot;;
 
     public function get($string=null) {
         if (!$string) {</diff>
      <filename>config/config.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,3 +23,7 @@ function removeMagicQuotes (&amp;$postArray, $trim = false)
 }
 
 removeMagicQuotes($_GET);
+
+if ( !defined('CACHE_PATH') &amp;&amp; Config::get('CACHE_PATH') ) {
+  define('CACHE_PATH', Config::get('CACHE_PATH'));
+}</diff>
      <filename>includes/init.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>30dce9ca2faa2aad3712ab44c4c88d712a5605e7</id>
    </parent>
  </parents>
  <author>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </author>
  <url>http://github.com/NeilCrosby/isneilannoyedby/commit/b57db516bfd13387a32f49e67d898047bc927bd7</url>
  <id>b57db516bfd13387a32f49e67d898047bc927bd7</id>
  <committed-date>2008-12-31T04:53:05-08:00</committed-date>
  <authored-date>2008-12-31T04:53:05-08:00</authored-date>
  <message>Set new cache path</message>
  <tree>133662c48cffa4d785f25f1c69c9c4076abbbb73</tree>
  <committer>
    <name>Neil Crosby</name>
    <email>neil@thetenwordreview.com</email>
  </committer>
</commit>
