aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/install.php')
-rw-r--r--engine/lib/install.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/engine/lib/install.php b/engine/lib/install.php
deleted file mode 100644
index 47ad47e39..000000000
--- a/engine/lib/install.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-/**
- * Elgg installation
- * Various functions to assist with installing and upgrading the system
- *
- * @package Elgg.Core
- * @subpackage Installation
- */
-
-// @todo - remove this internal function as soon as it is pulled from elgg_view()
-function is_installed() {
- global $CONFIG;
- return $CONFIG->installed;
-} \ No newline at end of file