andre 4 jaren geleden
bovenliggende
commit
08468354ae
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -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);