Browse Source

Fixed comment on application.url.

Taylor Otwell 14 years ago
parent
commit
ac7a77ffeb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/config/application.php

+ 2 - 2
application/config/application.php

@@ -7,11 +7,11 @@ return array(
 	| Application URL
 	|--------------------------------------------------------------------------
 	|
-	| The URL used to access your application. Please include a trailing slash.
+	| The URL used to access your application. No trailing slash.
 	|
 	*/
 
-	'url' => 'http://localhost/',
+	'url' => 'http://localhost',
 
 	/*
 	|--------------------------------------------------------------------------