Removed dep on API
[ninja.git] / system / i18n / en_US / session.php
blobee781c656ab656ee65d4c48ab7ea17a41f071201
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
3 $lang = array
5 '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.',
6 );