added is_cli()

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44573 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-11-11 02:54:19 +00:00
parent c43712bd82
commit a95efe833f

View File

@ -388,6 +388,13 @@ class Director {
);
}
}
/**
* @return boolean
*/
public static function is_cli() {
return preg_match('/cli-script\.php/', $_SERVER['SCRIPT_NAME']);
}
/**
* Sets the site mode (if it is the public site or the cms),