From 483e6de8423236fd6af30de585caa72a507758f1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 21 Nov 2009 16:07:54 -0500 Subject: Rework includes/require. This saves about 4 megabytes. Simplify get_memory(). Tested on mips/i386 --- usr/local/www/vpn_pptp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/vpn_pptp.php') diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php index c402533..f841d98 100755 --- a/usr/local/www/vpn_pptp.php +++ b/usr/local/www/vpn_pptp.php @@ -35,8 +35,8 @@ ##|*MATCH=vpn_pptp.php* ##|-PRIV - require("guiconfig.inc"); +require_once("vpn.inc"); if (!is_array($config['pptpd']['radius'])) { $config['pptpd']['radius'] = array(); -- cgit v1.1