diff --git a/index.php b/index.php index c2f7633..fef3c81 100644 --- a/index.php +++ b/index.php @@ -9,7 +9,7 @@
- +
@@ -77,7 +77,7 @@ $temp_bans = json_decode($bans, true); -/*ID PICTURE SORT ALPHA*/ +/*ID PICTURE SORT by ALPHA*/ /*BAN Sorter*/ $pattern = explode( ",", $fullids); diff --git a/insert.php b/insert.php index 2a42bbf..bdd3b4f 100644 --- a/insert.php +++ b/insert.php @@ -1,3 +1,11 @@ + + + + +
+ +
+ query($sql); ?> + diff --git a/lock.png b/lock.png new file mode 100644 index 0000000..283f14c Binary files /dev/null and b/lock.png differ diff --git a/style.css b/style.css index 95c40a4..3d33c7d 100644 --- a/style.css +++ b/style.css @@ -137,7 +137,6 @@ table.center { .key{ color: white; - max-width: 64px; max-height: 64px; } @@ -145,7 +144,7 @@ table.center { width: 75px; height: 75px; - background: rgba(18,18,18, 0.6); + background: rgba(255, 255, 255, 0.2); box-sizing: border-box; border: 2px solid #DDDDDD; text-align: center;