@@ -8,7 +8,7 @@ class db {
static public $db_obj = null;
- private function __construct(){
+ function __construct(){
try
{
self::$db_obj = new mysqli($this->host, $this->user, $this->pw, $this->dbname);