Project

General

Profile

Download (1.2 KB) Statistics
| Branch: | Tag: | Revision:
1
<?php
2
/*
3
 * functions.inc
4
 *
5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2018 Rubicon Communications, LLC (Netgate)
7
 * All rights reserved.
8
 *
9
 * originally part of m0n0wall (http://m0n0.ch/wall)
10
 * Copyright (c) 2003-2004 Manuel Kasper <mk@neon1.net>.
11
 * All rights reserved.
12
 *
13
 * Licensed under the Apache License, Version 2.0 (the "License");
14
 * you may not use this file except in compliance with the License.
15
 * You may obtain a copy of the License at
16
 *
17
 * http://www.apache.org/licenses/LICENSE-2.0
18
 *
19
 * Unless required by applicable law or agreed to in writing, software
20
 * distributed under the License is distributed on an "AS IS" BASIS,
21
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22
 * See the License for the specific language governing permissions and
23
 * limitations under the License.
24
 */
25

    
26
/*
27
 * DEPRECATED! DO NOT INCLUDE THIS FILE!
28
 * Use individual .inc files containing the required functions instead.
29
 */
30

    
31
/* include all configuration functions */
32
require_once("certs.inc");
33
require_once("gwlb.inc");
34
require_once("interfaces.inc");
35
require_once("pfsense-utils.inc");
36
require_once("services.inc");
37
require_once("system.inc");
38
require_once("vslb.inc");
39

    
40
?>
(19-19/60)