We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1333b20 + 5aea60b commit bf7eeffCopy full SHA for bf7eeff
admin.php
@@ -59,7 +59,8 @@
59
}
60
$result = mysqli_query($connection,
61
'CREATE TABLE IF NOT EXISTS `'.$settings['db_prefix'].'torrents` (' .
62
- '`name` varchar(255) NOT NULL' .
+ '`name` varchar(255) NOT NULL,' .
63
+ '`info_hash` varchar(40) NOT NULL' .
64
') ENGINE=MyISAM DEFAULT CHARSET=latin1'
65
);
66
if ( !$result ) {
@@ -295,4 +296,4 @@
295
296
297
echo '
298
</body>
-</html>';
299
+</html>';
0 commit comments