diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-13 13:32:59 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-13 13:32:59 +0000 |
commit | d058500e0f38310c28d9ba8c6f7d996978bb7d6f (patch) | |
tree | dcfe2e88ae530764a342b2c9e5a6a88e862ed85e /engine/start.php | |
parent | e476f7fd729e7467fb5b5494944891022b5e05bd (diff) | |
download | elgg-d058500e0f38310c28d9ba8c6f7d996978bb7d6f.tar.gz elgg-d058500e0f38310c28d9ba8c6f7d996978bb7d6f.tar.bz2 |
Loads now
git-svn-id: https://code.elgg.org/elgg/trunk@19 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/start.php')
-rw-r--r-- | engine/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php index 1b1b3d6a5..3ba3525c5 100644 --- a/engine/start.php +++ b/engine/start.php @@ -25,7 +25,7 @@ echo "Error in installation: could not load the main Elgg library.";
exit;
}
-
+
/**
* Load the system settings
*/
|