1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00

- Missed a bracket

This commit is contained in:
Andi Gutmans
2000-06-16 01:08:39 +00:00
parent cbfa4c88d9
commit 70b8e3e8f6

View File

@@ -412,7 +412,7 @@ PHPAPI FILE *php_fopen_with_path(char *filename, char *mode, char *path, char **
#ifdef PHP_WIN32
if (IS_SLASH(*filename) || (filename[1] == ':')) {
#else
if (IS_SLASH(*filename) {
if (IS_SLASH(*filename)) {
#endif
if (PG(safe_mode)) {
if(PG(doc_root)) {