This file is indexed.

/usr/share/horde/ansel/templates/image/plupload.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
 7
 8
 9
10
11
12
13
14
<div id="anseluploader"></div>
<div class="uploadnotification">
  <input type="button" class="horde-button hidden" id="twitter" value="<?php echo _("Tweet") ?>" />
</div>
<?php echo $nojs; ?>
<h3><?php echo _("Photos in this gallery") . ' (' . $gallery->countImages() . ')' ?></h2>
<div id="horizontal_carousel">
  <div class="previous_button"></div>
  <div class="container">
   <ul></ul>
   <div id="spinner" style="display: none;"><?php echo _("Loading ...") ?></div>
  </div>
  <div class="next_button"></div>
</div>