diff --git a/lib/bootstrap.php b/lib/bootstrap.php index 8390123..4276ad1 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -9,6 +9,8 @@ require __DIR__.'util.php'; require __DIR__.'template.php'; require __DIR__.'CProject.php'; +define('SHIELDS_CACHE_DIR', __DIR__.'/../shields_cache/'); + function main($args) { $basedir = './'; $total = $args[0]; diff --git a/lib/util.php b/lib/util.php index cdf6d49..388d295 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1,8 +1,14 @@