Files
pnp4nagios/lib/kohana/system/i18n/en_US/upload.php
2025-08-06 18:11:51 +02:00

9 lines
175 B
PHP

<?php
defined('SYSPATH') or die('No direct access allowed.');
$lang = array
(
'not_writable' => 'The upload destination folder, %s, does not appear to be writable.',
);