From 7a85d701396be41e9632d6ae5c7dc4d0dc753b99 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Wed, 10 Feb 2016 17:22:26 +0000 Subject: [PATCH] Restore config.php comment line that somehow was cut out (#116) --- application/config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/config/config.php b/application/config/config.php index 6fbd90400..852695a7e 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -18,6 +18,7 @@ $config['application_version'] = '2.4'; |-------------------------------------------------------------------------- | | URL to your CodeIgniter root. Typically this will be your base URL, +| WITH a trailing slash: | | http://example.com/ |