PageRenderTime 53ms CodeModel.GetById 28ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/seyar/ari100krat.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);}