Browse Source

- win and nux work the same way

pull/7/head
Pierre Joye 15 years ago
parent
commit
9cf971c7ff
  1. 6
      tests/security/open_basedir_glob.phpt

6
tests/security/open_basedir_glob.phpt

@ -1,11 +1,5 @@
--TEST--
Test open_basedir configuration
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
die('skip Not for Windows variation');
}
?>
--INI--
open_basedir=.
--FILE--

Loading…
Cancel
Save