diff options
author | Colin Smith <colin@pfsense.org> | 2005-06-21 01:25:30 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-06-21 01:25:30 +0000 |
commit | e4bf1c1908acbce7ccf602302b66980bd5108d6e (patch) | |
tree | b3cdf9ee91fc1c844c1e3364ed13013676cc5eaf /usr | |
parent | 12eb705667a7feafdfd785008890533b2d15e327 (diff) | |
download | pfsense-e4bf1c1908acbce7ccf602302b66980bd5108d6e.zip pfsense-e4bf1c1908acbce7ccf602302b66980bd5108d6e.tar.gz |
require -> require_once
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/pkg.php | 4 |
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; |