Exemplo n.º 1
0
function CarpFilter($url, $cachefile)
{
    CarpShow($url, $cachefile, 0);
}
Exemplo n.º 2
0
function CarpCacheShow($url, $cachefile = '', $showit = 1, $user = '******')
{
    global $carpconf;
    CarpCache($url, $autocache = md5($url . $user), 2);
    CarpShow(call_user_func($carpconf['cachefunctions'][2]) . $autocache, $cachefile, $showit);
}