aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-11 16:29:39 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-11 16:29:39 +0000
commit4b9104e5ffe1fdcea4cae5831b8cb7a260d69528 (patch)
tree9e069d04696a80eb688ce2d027f95ae8599863fe /index.php
parent551d1b44fba19aaae8b88419c51d1e06a3355bdf (diff)
downloadelgg-4b9104e5ffe1fdcea4cae5831b8cb7a260d69528.tar.gz
elgg-4b9104e5ffe1fdcea4cae5831b8cb7a260d69528.tar.bz2
Some initial commits.
git-svn-id: https://code.elgg.org/elgg/trunk@3 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'index.php')
-rw-r--r--index.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/index.php b/index.php
new file mode 100644
index 000000000..33a41acfa
--- /dev/null
+++ b/index.php
@@ -0,0 +1,18 @@
+<?php
+
+ /**
+ * Elgg index page for web-based applications
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.org/
+ */
+
+ /**
+ * @todo Load the front page
+ */
+
+?> \ No newline at end of file