fuel / core

Fuel PHP Framework - The core of the Fuel v1 framework

Home Page:http://fuelphp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

function is_windows seems wrong.

ichige opened this issue · comments

function is_windows()
{
	return DIRECTORY_SEPARATOR === '/';
}

function is_windows()
{
	return DIRECTORY_SEPARATOR === '\\';
}