/purge.php

http://forceworkbench.googlecode.com/ · PHP · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · cf489433fb8f4adbaf5051d93f3f9953 MD5 · raw file

  1. <?php
  2. require_once 'session.php';
  3. require_once 'shared.php';
  4. require_once 'put.php';
  5. put('purge');
  6. ?>