This file is indexed.

/usr/share/php/data/ApiGen/theme-bootstrap/combined.js.latte is in php-apigen-theme-bootstrap 1.1.3+dfsg-3.

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
{contentType javascript}

var ApiGen = ApiGen || {};
ApiGen.config = {$config->template};

{var $scripts = ['jquery.min.js', 'jquery.cookie.js', 'jquery.sprintf.js', 'jquery.autocomplete.js', 'jquery.sortElements.js', 'main.js']}

{foreach $scripts as $script}
	{file_get_contents("$basePath/js/$script")|noescape}
{/foreach}