2025-08-06 18:11:51 +02:00

9 lines
254 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.',
);