Commit dcb3a85
authored
don't disable show_source (hestiacp#2746)
i'm guessing it's inclusion is due to some paranoid sysadmin thinking the *name* sounds scary, without even looking at what the function actually does.
Anyhow, the function is just an alias of highlight_file() , so either both highlight_file() and show_source() should be disabled, or neither of them should be. Also the function is as dangerous as file_get_contents() (:1 parent acdf4bf commit dcb3a85
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
0 commit comments