-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/sapi/cgi/tests/
File Upload :
Current File : //usr/src/php/sapi/cgi/tests/skipif.inc

<?php

if (substr(php_sapi_name(), 0, 3) == "cgi") {
	exit;
}

if (substr(PHP_OS, 0, 3) == 'WIN') {
	die ("skip not for Windows");
}

include dirname(__FILE__)."/include.inc";

if (!get_cgi_path()) {
	die("skip CGI not found");
}

?>

Copyright © 2017 || Recoded By Mr.Bumblebee