This file is indexed.

/usr/share/horde/ansel/templates/image/upload.inc is in php-horde-ansel 3.0.5+debian0-1.

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
<?php
$form->renderActive(null, null, Horde::url('img/upload.php'), 'post', 'multipart/form-data');
if ($browser->getPlatform() == 'win' && $GLOBALS['registry']->showService('help')) {
    echo '<div class="box" style="margin:8px; padding:8px"><h3>' . Horde_Help::link('ansel', 'xppublish') . ' ' . _("Learn how to publish photos directly from Windows.") . '</h3></div>';
}
$lbcssurl = Horde::url($GLOBALS['registry']->get('themesuri', 'ansel') . '/lightbox.css', true);