diff options
Diffstat (limited to 'php/database.php')
-rw-r--r-- | php/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/database.php b/php/database.php index 1e76d77..cb2697f 100644 --- a/php/database.php +++ b/php/database.php @@ -7,7 +7,7 @@ require_once "node.php"; /*handles database stuff*/ class Database { - private $pdo; + public $pdo; public function __construct() |