This file is indexed.

/usr/share/php/xajax/tests/legacy_tests/index.php is in php-xajax 0.5-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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
/*
	File: index.php

	List of legacy mode test scripts.
	
	Title: Legacy mode test index.
	
	Please see <copyright.inc.php> for a detailed description, copyright
	and license information.
*/

/*
	@package xajax
	@version $Id: index.php 361 2007-05-24 12:48:14Z calltoconstruct $
	@copyright Copyright (c) 2005-2006 by Jared White & J. Max Wilson
	@license http://www.xajaxproject.org/bsd_license.txt BSD License
*/
echo '<' . '?xml version="1.0" encoding="UTF-8"?' . '>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>xajax Legacy Mode Tests</title>
</head>
<body>

	<h1>xajax Legacy Mode Tests</h1>

	<ul>
	<li><a href="catchAllFunctionTest.php">Catch-all Function Test</a></li>
	<li><a href="preFunctionTest.php">Pre-function Test</a></li>
	<li><a href="jsLoadingTest.php">Javascript Loading Function Test</a></li>
	</ul>

	<h2><a href="../index.php">Back to normal tests</a></h2>

</body>
</html>