<?php /** * Fuel is a fast, lightweight, community driven PHP5 framework. * * @package Fuel * @version 1.0 * @author Fuel Development Team * @license MIT License * @copyright 2010 - 2012 Fuel Development Team * @link [url=http://fuelphp.com]http://fuelphp.com[/url] */ return array( /** * base_url - The base URL of the application. * MUST contain a trailing slash (/) * * You can set this to a full or relative URL: * * 'base_url' => '/foo/', * 'base_url' => 'http://foo.com/' * * Set this to null to have it automatically detected. */ 'base_url' => 'http://fule.lo/',
It looks like you're new here. If you want to get involved, click one of these buttons!