cleaning up some files.

This commit is contained in:
Taylor Otwell 2012-01-17 16:10:16 -06:00
parent 6f2e83f284
commit bc2e54b1ac
3 changed files with 25 additions and 1 deletions

View File

@ -1,4 +1,12 @@
<?php <?php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @version 2.2.0 (Beta 1)
* @author Taylor Otwell <taylorotwell@gmail.com>
* @link http://laravel.com
*/
// -------------------------------------------------------------- // --------------------------------------------------------------
// Set the core Laravel path constants. // Set the core Laravel path constants.

View File

@ -1,4 +1,12 @@
<?php <?php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @version 2.2.0 (Beta 1)
* @author Taylor Otwell <taylorotwell@gmail.com>
* @link http://laravel.com
*/
// -------------------------------------------------------------- // --------------------------------------------------------------
// Initialize the web variable if it doesn't exist. // Initialize the web variable if it doesn't exist.

View File

@ -1,7 +1,15 @@
<?php <?php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @version 2.2.0 (Beta 1)
* @author Taylor Otwell <taylorotwell@gmail.com>
* @link http://laravel.com
*/
// -------------------------------------------------------------- // --------------------------------------------------------------
// Overrride the application path if testing Laravel. // Override the application path if testing Laravel.
// -------------------------------------------------------------- // --------------------------------------------------------------
foreach ($_SERVER['argv'] as $key => $argument) foreach ($_SERVER['argv'] as $key => $argument)
{ {