Home
last modified time | relevance | path

Searched refs:ACTIVE_CONFIG (Results 1 – 1 of 1) sorted by relevance

/plugin/fontello/
H A Dhelper.php12 protected const ACTIVE_CONFIG = self::ACTIVE_DIR . '/config.json'; define in helper_plugin_fontello
24 return file_exists(self::ACTIVE_CONFIG) && file_exists(self::ACTIVE_CSS);
47 $config = $this->loadJsonFile(self::ACTIVE_CONFIG);
270 io_makeFileDir(self::ACTIVE_CONFIG);
271 …file_put_contents(self::ACTIVE_CONFIG, json_encode($config, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLA…