diff options
| author | Horus3 | 2014-09-18 14:30:01 +0200 |
|---|---|---|
| committer | Horus3 | 2014-09-18 14:30:01 +0200 |
| commit | 549f9ae5de4943e347c4d2810d795d00d53e76c8 (patch) | |
| tree | 630ded5ca47335743534f0c75ba565975875585b /public_html/class/mysql.php | |
| parent | e2e66e5ebb845f96703fbdacabfd0b75b29b705c (diff) | |
| download | vfs-549f9ae5de4943e347c4d2810d795d00d53e76c8.tar.gz | |
bootstrap file
Diffstat (limited to 'public_html/class/mysql.php')
| -rw-r--r-- | public_html/class/mysql.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public_html/class/mysql.php b/public_html/class/mysql.php index d38fc2c..167c8a9 100644 --- a/public_html/class/mysql.php +++ b/public_html/class/mysql.php @@ -98,7 +98,8 @@ class vfsdb { time INTEGER, user INTEGER ) - ENGINE=InnoDB; ' + ENGINE=InnoDB;' + if ( ! $this->db->query($user_table . ' ' . $files_table . ' ' . $banned_user_table) ) failure("<p>Setting up the database failed.</p>", '500 Server Failure', false, "<h1>CREATE TABLE FAILED"); } |
