示例#1
0
function cache_updateall()
{
    updategenre();
    updatehotlist();
    updatestatistics();
    $kpal = new genkpalbum();
    $kpal->gencache();
}
示例#2
0
文件: index.php 项目: Git-Host/AMPPS
function cache_updateall()
{
    updategenre();
    updatehotlist();
    updatestatistics();
}