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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user