aboutsummaryrefslogtreecommitdiffstats
path: root/php/database.php
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-02-13 09:12:28 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-02-13 09:12:28 +0200
commitb17c9ee6046735433e4ba037c9b60c5f592bd15e (patch)
tree55726d2a51f187060e14d31bee2388f9aabe2b5b /php/database.php
parent34df293dec1ee19cde50e33f757c8eefdbfc33d9 (diff)
downloadfileup-b17c9ee6046735433e4ba037c9b60c5f592bd15e.tar.gz
/php/move.php
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()