source: trunk/scripts/purge-cache @ 1184

Revision 852, 171 bytes checked in by cdleonard@…, 4 years ago (diff)

svn:eol-style native in trunk. Also svn:executable on all scripts

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1#! /usr/bin/env php
2<?php
3
4require_once(dirname($argv[0]) . "/utilities.php");
5require_once(IA_ROOT_DIR . "common/cache.php");
6
7disk_cache_purge();
8mem_cache_purge();
9
10?>
Note: See TracBrowser for help on using the repository browser.