PageRenderTime 45ms CodeModel.GetById 26ms RepoModel.GetById 1ms app.codeStats 0ms

/plugins/modifier.ini_get.php

http://quicky.googlecode.com/
PHP | 2 lines | 2 code | 0 blank | 0 comment | 0 complexity | 534d24d61a201178a08bc2a83098100c MD5 | raw file
  1. <?php
  2. function quicky_modifier_ini_get($directive) {return ini_get($directive);}