diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 09:12:28 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-13 09:12:28 +0200 |
commit | b17c9ee6046735433e4ba037c9b60c5f592bd15e (patch) | |
tree | 55726d2a51f187060e14d31bee2388f9aabe2b5b /php/database.php | |
parent | 34df293dec1ee19cde50e33f757c8eefdbfc33d9 (diff) | |
download | fileup-b17c9ee6046735433e4ba037c9b60c5f592bd15e.tar.gz |
/php/move.php
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() |