5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
re ^(/tftpboot/) /tftpboot/\2
|
|
re ^/tftpboot/ /tftpboot/
|
|
re ^(^/) /tftpboot/\1
|
|
re ^([^/]) /tftpboot/\1
|