/var/lib/yaws-wiki/www/slideShow.yaws is in yaws-wiki 2.0.4+dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<erl>
out(Arg) ->
F = slideShow,
wiki_yaws:call_with_query(wiki, F, Arg).
</erl>
</html>
|