Revision ca301b52
Added by Ermal Luçi over 10 years ago
etc/inc/config.inc | ||
---|---|---|
42 | 42 |
pfSense_MODULE: config |
43 | 43 |
*/ |
44 | 44 |
|
45 |
if (!function_exists('platform_booting')) |
|
46 |
require_once('globals.inc'); |
|
47 |
|
|
45 | 48 |
if(platform_booting()) echo "."; |
46 | 49 |
|
47 | 50 |
/* do not load this file twice. */ |
Also available in: Unified diff
Fix the function missing from config.inc. Spotted-by: garga