mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
adds .html to allowed extensions
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
for(var/file in args)
|
for(var/file in args)
|
||||||
src << browse_rsc(file)
|
src << browse_rsc(file)
|
||||||
|
|
||||||
/client/proc/browse_files(root="data/logs/", max_iterations=10, list/valid_extensions=list(".txt",".log",".htm"))
|
/client/proc/browse_files(root="data/logs/", max_iterations=10, list/valid_extensions=list(".txt",".log",".htm", ".html"))
|
||||||
var/path = root
|
var/path = root
|
||||||
|
|
||||||
for(var/i=0, i<max_iterations, i++)
|
for(var/i=0, i<max_iterations, i++)
|
||||||
|
|||||||
Reference in New Issue
Block a user