diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-12 12:46:30 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-12 12:46:30 +0000 |
commit | eba31495c573836877c20fffdd833352738067ec (patch) | |
tree | da5d9056048787c96a73394308145cfe22dceee6 /views | |
parent | 4be0a2ac1c8e959945cfaffed4e1ad59bfdad5ec (diff) | |
download | elgg-eba31495c573836877c20fffdd833352738067ec.tar.gz elgg-eba31495c573836877c20fffdd833352738067ec.tar.bz2 |
Introducing views and some sanitisation
git-svn-id: https://code.elgg.org/elgg/trunk@6 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views')
-rw-r--r-- | views/default/messages/sanitisation/settings.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/views/default/messages/sanitisation/settings.php b/views/default/messages/sanitisation/settings.php new file mode 100644 index 000000000..e49f07b7a --- /dev/null +++ b/views/default/messages/sanitisation/settings.php @@ -0,0 +1,18 @@ +<?php
+
+ /**
+ * Elgg settings not found message
+ * Is saved to the errors register when settings.php cannot be found
+ *
+ * @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/
+ */
+
+?>
+Elgg couldn't find its settings file. This is normally located in engine/settings.php.
+
+This probably means you haven't configured Elgg yet! Some message about installing Elgg to go right about here.
\ No newline at end of file |