diff --git a/application/controllers/system/phrases/CLI_Manager.php b/application/controllers/system/phrases/CLI_Manager.php new file mode 100644 index 000000000..560fb9eaf --- /dev/null +++ b/application/controllers/system/phrases/CLI_Manager.php @@ -0,0 +1,26 @@ +load->library('PhrasesLib'); + } + + /** + * + */ + public function installFrom($phrasesDirectoryPath) + { + $this->phraseslib->installFrom(urldecode($phrasesDirectoryPath)); + } +} +