This file is indexed.

/usr/share/moodle/mod/jclic/version.php is in jclicmoodle 0.1.0.11-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
<?PHP  // $Id: version.php,v 1.10 2011-05-25 12:13:03 sarjona Exp $

/////////////////////////////////////////////////////////////////////////////////
///  Code fragment to define the version of jclic
///  This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////

$module->version  = 2011011900;  // The current module version (Date: YYYYMMDDXX)
$module->cron     = 0;           // Period for cron to check this module (secs)
?>