Skip to content

Commit

Permalink
Fixed bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Dec 9, 2008
1 parent b934447 commit 9cff707
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 83 deletions.
4 changes: 3 additions & 1 deletion bootstrap.php
Expand Up @@ -58,7 +58,9 @@ static function init() {
$_ENV['dir.test'] = self::$recessDir . 'test/';
$_ENV['dir.temp'] = self::$recessDir . 'temp/';
$_ENV['dir.lib'] = self::$recessDir . 'lib/';
$_ENV['url.content'] = $_ENV['url.base'] . 'content/';
if(!isset($_ENV['url.content'])) {
$_ENV['url.content'] = $_ENV['url.base'] . 'content/';
}

date_default_timezone_set(self::$defaultTimeZone);

Expand Down
3 changes: 0 additions & 3 deletions recess/lib/recess/cache/ApcCache.php

This file was deleted.

45 changes: 0 additions & 45 deletions recess/lib/recess/cache/ApcCacheProvider.class.php

This file was deleted.

34 changes: 0 additions & 34 deletions recess/lib/recess/cache/MemcacheCacheProvider.rewrite.php

This file was deleted.

0 comments on commit 9cff707

Please sign in to comment.