PageRenderTime 34ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/modules/quicky/classes/plugins/modifier.ini_get.php

https://bitbucket.org/seyar/parshin.local
PHP | 2 lines | 2 code | 0 blank | 0 comment | 0 complexity | 534d24d61a201178a08bc2a83098100c MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
  1. <?php
  2. function quicky_modifier_ini_get($directive) {return ini_get($directive);}