Remove bootstrap.php

This commit is contained in:
DariusIII
2017-11-24 15:39:33 +01:00
parent f46d3518ba
commit df7d3305e7
11 changed files with 179 additions and 194 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ $pdo = new DB();
$game = new Games(['Echo' => true, 'Settings' => $pdo]);
$res = $pdo->query(
sprintf('SELECT id, title FROM gamesinfo WHERE cover = 0 ORDER BY id DESC LIMIT 100')
sprintf('SELECT id, title FROM gamesinfo WHERE cover = 0 ORDER BY id DESC LIMIT 100')
);
$total = count($res);
if ($total > 0) {