mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-04 20:39:28 +00:00
6 lines
178 B
PHP
6 lines
178 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
// Account Creation
|
|
$lang['fhc_'.FHC_SUCCESS] = 'Success';
|
|
$lang['fhc_'.FHC_ERR_GENERAL] = 'Error';
|