(legacy) add util.inc to helper scripts

This commit is contained in:
Ad Schellevis 2015-07-22 10:51:02 +02:00
parent 7f9910ee72
commit 1aa2da50cb
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
require_once("util.inc");
if (empty($common_name)) {
$common_name = getenv("common_name");

View File

@ -37,6 +37,7 @@
require_once("config.inc");
require_once("radius.inc");
require_once("auth.inc");
require_once("util.inc");
require_once("interfaces.inc");
/**