This file is indexed.

/usr/share/ltsp-cluster-control/Admin/util/nodesMoveCmdView.php is in ltsp-cluster-control 2.0.3-0ubuntu3.

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
18
19
20
21
22
23
24
<?php
/*
# Copyright 2004, Revolution Linux Inc., Nicolas Dufresne
#
# This file is part of the MILLE-XTERM distribution.
# See the MILLE-XTERM (english) and/or the MILLE (french) project web site
#
# http://www.revolutionlinux.com/mille-xterm/
# http://www.mille.ca/
#
# The MILLE-XTERM framework is covered by the GNU General Public License. See
# the COPYING file in the top-level MILLE-XTERM directory. Software packages
# that are included in the MILLE-XTERM distribution have their own licenses.
#
# -------------------------------------------------------------------------
*/
?>
<form  name="nodeManager" action="admin.php?<?= getGETParam() ?>" method="POST">
<input type="SUBMIT" name="ne_move" value="<?= getMessage('move_to').$this->dest->getName() ?>">
<input type="SUBMIT" name="ne_cancel" value="<?= getMessage('cancel') ?>">
</p>
</form>
<?php $this->printErrors(); ?>
<HR SIZE="1" noshade width=66% align="left">