cleaning up code.

This commit is contained in:
Taylor Otwell
2012-02-17 14:02:53 -06:00
parent ba3f62f79a
commit bf6313e50b
5 changed files with 20 additions and 31 deletions

View File

@@ -53,9 +53,10 @@ error_reporting(-1);
ini_set('display_errors', Config::get('error.display'));
/**
* Determine if we need to set the application key to a random
* string for the developer. This provides the developer with
* a zero configuration install process.
* Determine if we need to set the application key to a very random
* string so we can provide a zero configuration installation but
* still ensure that the key is set to something random. It is
* possible to disable this feature.
*/
$auto_key = Config::get('application.auto_key');