FHC Helper

This commit is contained in:
Paminger
2016-06-29 08:41:02 +02:00
parent 6af45f99f6
commit 9a44c818ea
31 changed files with 957 additions and 71 deletions
@@ -0,0 +1,9 @@
<?php
if ( ! defined('BASEPATH'))
exit('No direct script access allowed');
// DB-Errormessages
$lang['fhc_'.FHC_MODEL_ERROR] = 'Fehler in Model';
$lang['fhc_'.FHC_NODBTABLE] = '"dbTable" ist nicht gesetzt!';
$lang['fhc_'.FHC_NORIGHT] = 'Rechte sind nicht ausreichend!';