This commit is contained in:
2012-10-16 17:02:11 +08:00
commit 238c5d001f
11 changed files with 785 additions and 0 deletions

7
lastRSS_config.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
$lastRSS_cache_time = 3600;
$lastRSS_item_num = 5;
$lastRSS_is_urlshort = 0;
$lastRSS_urlshort_domain = 't.cn';
$lastRSS_is_blank = 1;
?>