/usr/share/mediatomb/web/disabled.html is in mediatomb-common 0.12.1-47-g7ab7616-1ubuntu2.
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 11 12  | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <title>MediaTomb</title>
        <link rel="StyleSheet" href="main.css" type="text/css">
    </head>
    <body>
        <div style="text-align: center;"><br>
            <h3>MediaTomb UI is disabled. Check your configuration.</h3>
        </div>
    </body>
</html>
 |