mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
ACL-Fix
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?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!';
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
// Account Creation
|
||||
$lang['fhc_'.FHC_SUCCESS] = 'Erfolgreich';
|
||||
$lang['fhc_'.FHC_ERR_GENERAL] = 'Fehler';
|
||||
$lang['fhc_'.FHC_ERROR] = 'Fehler';
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
if ( ! defined('BASEPATH'))
|
||||
exit('No direct script access allowed');
|
||||
|
||||
// DB-Errormessages
|
||||
$lang['fhc_'.FHC_MODEL_ERROR] = 'Error in Model';
|
||||
$lang['fhc_'.FHC_NODBTABLE] = 'dbTable is not set!';
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
// Account Creation
|
||||
$lang['fhc_'.FHC_SUCCESS] = 'Success';
|
||||
$lang['fhc_'.FHC_ERR_GENERAL] = 'Error';
|
||||
$lang['fhc_'.FHC_ERROR] = 'Error';
|
||||
|
||||
Reference in New Issue
Block a user