Changes between Initial Version and Version 1 of Ticket #33999, comment 18
- Timestamp:
- 07/25/2016 02:51:39 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33999, comment 18
initial v1 7 7 || `dirname( 'file.php' )` || `"."` ||`"."` || 8 8 || `dirname( '/.maintenance' )` || `"\"` ||`"/"` || 9 || `dirname( 'foo/.maintenance' )` || `"foo"` ||`"foo"` || 10 || `dirname( '/foo/.maintenance' )` || `"/foo"` ||`"/foo"` || 11 9 12 10 13 [attachment:33999.patch] adds a check for a backslash.