summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-06-02 08:30:29 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-06-02 08:30:29 -0300
commit3ffa8318886303cc73944e7d55d47d9b61265433 (patch)
treed8ce447a954090a3c3adc72e90c6edda827351cd /etc/phpshellsessions
parente8d50a4a0eab841da43148b47bf96f01c01ccd64 (diff)
downloadpfsense-3ffa8318886303cc73944e7d55d47d9b61265433.zip
pfsense-3ffa8318886303cc73944e7d55d47d9b61265433.tar.gz
First steps for 3g serviceproviders support
o Move xml2array from rrd.inc to pfsense-utils.inc because it'll be used on non-rrd related places o Add necessary require_once() calls to pfsense-utils.inc on places that are calling xml2array() o Add serviceproviders.xml, obtained from [1] o Add ISO xml with country codes and names, obtained from [2] [1] http://git.gnome.org/browse/mobile-broadband-provider-info/ [2] http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/gitsync1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync
index ec7031f..cff0b04 100644
--- a/etc/phpshellsessions/gitsync
+++ b/etc/phpshellsessions/gitsync
@@ -8,6 +8,7 @@ require_once("globals.inc");
require_once("filter.inc");
require_once("shaper.inc");
require_once("rrd.inc");
+require_once("pfsense-utils.inc");
conf_mount_rw();
OpenPOWER on IntegriCloud