Commit 1aa2da50 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) add util.inc to helper scripts

parent 7f9910ee
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. POSSIBILITY OF SUCH DAMAGE.
*/ */
require_once("util.inc");
if (empty($common_name)) { if (empty($common_name)) {
$common_name = getenv("common_name"); $common_name = getenv("common_name");
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
require_once("config.inc"); require_once("config.inc");
require_once("radius.inc"); require_once("radius.inc");
require_once("auth.inc"); require_once("auth.inc");
require_once("util.inc");
require_once("interfaces.inc"); require_once("interfaces.inc");
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment