๐Ÿ“ฆ Haroenv / Alfred-Workflows

๐Ÿ“„ clear.php ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13<?php
// ****************
//error_reporting(0);
require_once('cache.php');
require_once('workflows.php');

$cache = new Cache();

$cache->clear();

//$w->result( 'cachedb', 'NA', 'Downloading... ', 'You\'ll get a notification when it\'s done. It should be soon.', 'icon.png', 'no' );
// ****************
?>