Revision 5eab8157
Added by Doktor Notor over 8 years ago
src/etc/inc/config.console.inc | ||
---|---|---|
23 | 23 |
* limitations under the License. |
24 | 24 |
*/ |
25 | 25 |
|
26 |
require_once("config.inc"); |
|
27 |
require_once("globals.inc"); |
|
28 |
require_once("interfaces.inc"); |
|
29 |
require_once("util.inc"); |
|
30 |
|
|
26 | 31 |
function set_networking_interfaces_ports() { |
27 | 32 |
global $noreboot; |
28 | 33 |
global $config; |
Also available in: Unified diff
Add missing includes to config.console.inc