mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use require_once()
This commit is contained in:
parent
957d8f7562
commit
8dcc8bbc52
@ -32,8 +32,8 @@
|
||||
*/
|
||||
|
||||
/* parse the configuration and include all functions used below */
|
||||
require("config.inc");
|
||||
require("interfaces.inc");
|
||||
require_once("config.inc");
|
||||
require_once("interfaces.inc");
|
||||
|
||||
$version = trim(file_get_contents("{$g['etc_path']}/version"));
|
||||
$platform = trim(file_get_contents("{$g['etc_path']}/platform"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user