diff options
| author | Horus3 | 2014-09-19 19:07:37 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-19 19:07:37 +0200 |
| commit | 2e3b69609088e37f5a716cfc8ad752f5ff0e7a90 (patch) | |
| tree | a3ab754789f5647e2b5205f9c37d4a26b71c8240 /public_html/class/mysql.php | |
| parent | 7a5041413611d93ea170080d24dcc39a4d44bd35 (diff) | |
| download | vfs-2e3b69609088e37f5a716cfc8ad752f5ff0e7a90.tar.gz | |
class vfsuser
Diffstat (limited to 'public_html/class/mysql.php')
| -rw-r--r-- | public_html/class/mysql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public_html/class/mysql.php b/public_html/class/mysql.php index d0c6949..0fb46bb 100644 --- a/public_html/class/mysql.php +++ b/public_html/class/mysql.php @@ -2,7 +2,7 @@ class vfsdb { - public $db; + protected $db; public function __construct(){ $this->open(); |
