diff options
Diffstat (limited to 'app/helpers.php')
-rw-r--r-- | app/helpers.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/helpers.php b/app/helpers.php index f3a9dfa..3bb0c1d 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -47,16 +47,6 @@ function admin_path($file = '') } /** - * Is moonmoon installed? - * - * @return bool - */ -function is_installed() -{ - return file_exists(custom_path('config.yml')) && file_exists(custom_path('people.opml')); -} - -/** * Shortcut to Simplel10n::getString(). * * @param string $str |