Commit bc2e54b1 authored by Taylor Otwell's avatar Taylor Otwell

cleaning up some files.

parent 6f2e83f2
<?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.
......
<?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.
......
<?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)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment