summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-03-10 00:39:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-03-10 00:39:40 +0000
commitdf02c7292c269d1bdb11e1af1a893ca147a058f7 (patch)
tree53b8f5440cbcf5fd2a8a6792ecf5c7834733131a /usr/local/www/pkg.php
parent1ebe9f62f4e11d34e76714c11f257a9285029419 (diff)
downloadpfsense-df02c7292c269d1bdb11e1af1a893ca147a058f7.zip
pfsense-df02c7292c269d1bdb11e1af1a893ca147a058f7.tar.gz
Do not redeckare gettext
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-xusr/local/www/pkg.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php
index cdcd431..1329e5b 100755
--- a/usr/local/www/pkg.php
+++ b/usr/local/www/pkg.php
@@ -30,10 +30,6 @@
require_once("guiconfig.inc");
require_once("pkg-utils.inc");
-function gettext($text) {
- return $text;
-}
-
function gentitle_pkg($pgname) {
global $config;
return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pgname;
OpenPOWER on IntegriCloud