This file is indexed.

/usr/share/php/kohana2/modules/archive/i18n/en_GB/archive.php is in libkohana2-modules-php 2.3.4-2.

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
<?php defined('SYSPATH') or die('No direct access allowed.');

$lang = array
(
	'driver_not_supported' => 'The requested Archive driver, %s, was not found.',
	'driver_implements'    => 'The requested Archive driver, %s, does not implement Archive_Driver.',
	'directory_unwritable' => 'The directory you requested to save the file in, %s, is unwritable. Please correct the permissions and try again.',
	'filename_conflict'    => 'The requested archive filename, %s, already exists and is not writable. Please remove the conflicting file and try again.'
);