PageRenderTime 51ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/wordpress/plugins/blue/hooks/md5.php

http://github.com/lindborg/Blue
PHP | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | e2866da7eecb192a436a4a4ee7d07f8f MD5 | raw file
  1. <?
  2. require_once dirname(__FILE__).'/../blue.php';
  3. blue_status(BLUE_REQUEST_ARGUMENT_1);
  4. blue_exit(md5(BLUE_REQUEST_ARGUMENT_1));
  5. ?>