aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/api/cache.controller.php
blob: c3109af0f10d5ebe5c9d6eb18b5196d02e79eae9 (plain)
1
2
3
4
5
6
7
<?php
/**
 * Invalidate cache
 */
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
    echo $cacheBust = shell_exec('../bootstrap/helpers/cache 2>&1');
}