PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/common/exit.php

https://github.com/rigidus/izverg
PHP | 7 lines | 7 code | 0 blank | 0 comment | 1 complexity | 22e2f6a0d174d60a4df0352a9bc1e4b9 MD5 | raw file
  1. <?php
  2. if (defined('VERSION')) {
  3. include_once(FLGR_COMMON.'/task-processor.php');
  4. mysql_close();
  5. }
  6. exit();
  7. ?>