|
<?php defined('SYSPATH') or die('No direct access allowed.');
|
|
|
|
$lang = array
|
|
(
|
|
'driver_not_supported' => 'The requested Session driver, %s, was not found.',
|
|
'driver_implements' => 'The requested Session driver, %s, does not implement Session_Driver.',
|
|
'invalid_session_name' => 'The session_name, %s, is invalid. It should contain only alphanumeric characters and at least one letter should be present.',
|
|
);
|