summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-06-21 01:25:30 +0000
committerColin Smith <colin@pfsense.org>2005-06-21 01:25:30 +0000
commite4bf1c1908acbce7ccf602302b66980bd5108d6e (patch)
treeb3cdf9ee91fc1c844c1e3364ed13013676cc5eaf /usr
parent12eb705667a7feafdfd785008890533b2d15e327 (diff)
downloadpfsense-e4bf1c1908acbce7ccf602302b66980bd5108d6e.zip
pfsense-e4bf1c1908acbce7ccf602302b66980bd5108d6e.tar.gz
require -> require_once
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php
index 5ebcb62..bc0e152 100755
--- a/usr/local/www/pkg.php
+++ b/usr/local/www/pkg.php
@@ -28,8 +28,8 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-require("guiconfig.inc");
-require("pkg-utils.inc");
+require_once("guiconfig.inc");
+require_once("pkg-utils.inc");
function gentitle_pkg($pgname) {
global $config;
OpenPOWER on IntegriCloud