9 lines
175 B
PHP
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.',
|
|
);
|