From 2845570e327caf3ca642b564cd7914ce5b0a80d4 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 8 Mar 2008 16:20:34 +0000 Subject: add url field to settings git-svn-id: https://code.elgg.org/elgg/trunk@120 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/settings.example.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engine/settings.example.php') diff --git a/engine/settings.example.php b/engine/settings.example.php index 47f43d05a..fd50e3fe4 100644 --- a/engine/settings.example.php +++ b/engine/settings.example.php @@ -92,5 +92,13 @@ * Note that the array keys must be numeric and consecutive, i.e., they start * at 0, the next one must be at 1, etc. */ + + + /** + * Url - I am not sure if this will be here ? + **/ + + // URL + $CONFIG->url = ""; ?> \ No newline at end of file -- cgit v1.2.3