From 4cacc94240944ff316104bfd1b5e8e00fad14517 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 14 Jan 2022 18:21:36 +0100 Subject: Add Artworks, Votes and better routing --- public/index.php | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 57a5d91..022af48 100644 --- a/public/index.php +++ b/public/index.php @@ -6,23 +6,3 @@ require_once dirname(__DIR__) . '/vendor/autoload.php'; \Elements\DB::init(); new \Elements\Router(); -$fields = [ - 'name' => 'meta[name]', - 'converted mana cost' => 'meta[cmc]', - 'is uno reverse' => 'meta[is_uno_reverse]', -]; -?> - -
- $field): ?> - - - -
- -