--- a/include/defs.constants.php +++ b/include/defs.constants.php @@ -11,8 +11,8 @@ define("GITPHP_RSS_ITEMS", 150); -define("GITPHP_SNAPSHOT_BZ2", 1); -define("GITPHP_SNAPSHOT_GZ", 2); +define("GITPHP_COMPRESS_BZ2", 1); +define("GITPHP_COMPRESS_GZ", 2); ?>