mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-05 14:19:27 +00:00
9 lines
198 B
PHP
9 lines
198 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
$config['fhc_version'] = '3.2';
|
|
|
|
|
|
// status return message codes
|
|
define('FHC_SUCCESS', 0);
|
|
define('FHC_ERR_GENERAL', 1);
|