Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/eustasy/phoenix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis Goddard committed Feb 16, 2015
2 parents 1333b20 + 5aea60b commit bf7eeff
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 @@ -295,4 +296,4 @@

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

0 comments on commit bf7eeff

Please sign in to comment.