6 lines
147 B
PHP
6 lines
147 B
PHP
|
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||
|
|
||
|
$lang = array
|
||
|
(
|
||
|
'not_writable' => 'De upload doelmap, %s, is niet schrijfbaar.',
|
||
|
);
|