/purge.php
http://forceworkbench.googlecode.com/ · PHP · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · cf489433fb8f4adbaf5051d93f3f9953 MD5 · raw file
- <?php
- require_once 'session.php';
- require_once 'shared.php';
- require_once 'put.php';
- put('purge');
- ?>