This file is indexed.

/usr/share/horde/ansel/templates/smartmobile/galleries.html.php 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
15
16
17
<div data-role="page" id="gallerylist">
  <div data-role="header">
    <h1><?php echo _("My Galleries")?></h1>
    <a rel="external" href="<?php echo $this->portal ?>"><?php echo _("Applications")?></a>
    <?php if ($this->logout): ?>
      <a href="<?php echo $this->logout ?>" rel="external" data-theme="e" data-icon="delete"><?php echo _("Log out") ?></a>
    <?php endif ?>
    <div data-role="navbar" class="ui-bar-a">
      <ul>
        <li><a href="#">User Galleries</a></li>
        <li><a href="#">My Galleries</a></li>
      </ul>
    </div>
  </div>
  <div id="anselgallerylist" data-role="content" class="ui-body">
  </div>
</div>