diff options
Diffstat (limited to 'engine/settings.example.php')
-rw-r--r-- | engine/settings.example.php | 8 |
1 files changed, 8 insertions, 0 deletions
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 |