From 1afb439387c6439aff4d37aec65a3606c23fd4a4 Mon Sep 17 00:00:00 2001 From: Ian Gilfillan Date: Sun, 10 Jul 2016 19:02:56 +0000 Subject: Add Hasee, Intel, Positivo, Purism, ThinkPenguin, strip passwords from Config --- h-source/Application/Include/hardware.php | 9 +++++++-- h-source/Config/Config.php | 8 ++++---- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'h-source') diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 9ec9766..ba47395 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -323,8 +323,10 @@ class Notebooks extends Hardware "Garlach44" => "Garlach44", "Gateway" => "Gateway", "Google" => "Google", + "Hasee" => "Hasee", "Hewlett Packard" => "Hewlett-Packard", "IBM" => "IBM", + "Intel" => "Intel", "Lanix" => "Lanix", "Lemote" => "Lemote", "Lenovo" => "Lenovo", @@ -335,12 +337,15 @@ class Notebooks extends Hardware "Openpandora Ltd." => "Openpandora-Ltd", "Oracle" => "Oracle", "Packard Bell" => "Packard-Bell", + "Panasonic" => "Panasonic", "Philco" => "Philco", "Philips" => "Philips", - "Panasonic" => "Panasonic", + "Positivo" => "Positivo", + "Purism" => "Purism", "SAMSUNG" => "SAMSUNG", "Sony" => "Sony", "System76" => "System76", + "ThinkPenguin" => "ThinkPenguin", "Thomson" => "Thomson", "TOSHIBA" => "TOSHIBA", "ZaReason, Inc" => "ZaReason-Inc", @@ -564,4 +569,4 @@ class Hostcontrollers extends Acquisitioncards return implode(',',array_values(self::$subtype)); } -} \ No newline at end of file +} diff --git a/h-source/Config/Config.php b/h-source/Config/Config.php index 7f8d0cd..bea5562 100755 --- a/h-source/Config/Config.php +++ b/h-source/Config/Config.php @@ -23,10 +23,10 @@ if (!defined('EG')) die('Direct access not allowed!'); -define('DB', 'h-source'); -define('USER', 'root'); -define('PWD', 'Nnppdclp12vag'); -define('HOST', 'localhost'); +define('DB', ''); +define('USER', ''); +define('PWD', ''); +define('HOST', ''); /*default controller name*/ define('DEFAULT_CONTROLLER','home'); -- cgit v1.2.3