mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-18 12:57:37 -04:00
6 lines
249 B
PHP
6 lines
249 B
PHP
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
|
|
|
$lang = array
|
|
(
|
|
'invalid_session_name' => 'The session_name, %s, is invalid. It must contain only alphanumeric characters and underscores. Also at least one letter must be present.',
|
|
); |