mirror of
https://github.com/rwinkhart/backtone.git
synced 2026-08-27 20:36:32 -04:00
Update cache example
This commit is contained in:
@@ -9,5 +9,5 @@ header("Content-Type: application/xml; charset=utf-8");
|
|||||||
readfile($cacheFile);
|
readfile($cacheFile);
|
||||||
|
|
||||||
// trigger background regeneration
|
// trigger background regeneration
|
||||||
exec(escapeshellcmd($command) . " " . escapeshellarg($argument) . " > " . escapeshellarg($tempFile) . " 2>&1 && mv " . escapeshellarg($tempFile) . " " . escapeshellarg($cacheFile) . " &");
|
exec(escapeshellcmd($command) . " " . escapeshellarg($argument) . " > " . escapeshellarg($cacheFile) . " 2>&1 &");
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user