aboutsummaryrefslogtreecommitdiffstats
path: root/php/database.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/database.php')
-rw-r--r--php/database.php2
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()