This commit is contained in:
andy wharmby 2009-04-21 08:53:25 +00:00
parent fb3c73daef
commit 04250059a8

View File

@ -9,6 +9,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
}
if (!file_exists("/dev/console")) {
die('skip /dev/console not available');
}
?>
--FILE--
<?php