From 891d0f86a6b3c17e5625979a5030727a73412e8d Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 16 Apr 2012 23:20:01 +0000 Subject: added the scripts to fill the database with the vendorid codes from pci.ids --- scripts/vendorid/insert_vendors.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 scripts/vendorid/insert_vendors.php (limited to 'scripts/vendorid/insert_vendors.php') diff --git a/scripts/vendorid/insert_vendors.php b/scripts/vendorid/insert_vendors.php new file mode 100644 index 0000000..14f2235 --- /dev/null +++ b/scripts/vendorid/insert_vendors.php @@ -0,0 +1,24 @@ +#! /usr/bin/php +query($query); + } +} + +fclose($ids_fp); \ No newline at end of file -- cgit v1.2.3