Skip to content

Commit

Permalink
Update admin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed Jan 13, 2015
1 parent d3f74fb commit 5aea60b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
}
$result = mysqli_query($connection,
'CREATE TABLE IF NOT EXISTS `'.$settings['db_prefix'].'torrents` (' .
'`name` varchar(255) NOT NULL' .
'`name` varchar(255) NOT NULL,' .
'`info_hash` varchar(40) NOT NULL' .
') ENGINE=MyISAM DEFAULT CHARSET=latin1'
);
if ( !$result ) {
Expand Down Expand Up @@ -294,4 +295,4 @@

echo '
</body>
</html>';
</html>';

0 comments on commit 5aea60b

Please sign in to comment.