mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Code formatting (#1076)
This commit is contained in:
parent
e89cd4d335
commit
0920876108
1 changed files with 9 additions and 4 deletions
|
@ -1,4 +1,11 @@
|
|||
<?php
|
||||
/**
|
||||
* TorrentPier – Bull-powered BitTorrent tracker engine
|
||||
*
|
||||
* @copyright Copyright (c) 2005-2023 TorrentPier (https://torrentpier.com)
|
||||
* @link https://github.com/torrentpier/torrentpier for the canonical source repository
|
||||
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
|
||||
*/
|
||||
|
||||
if (!defined('BB_ROOT')) {
|
||||
die(basename(__FILE__));
|
||||
|
@ -72,7 +79,6 @@ echo <<<EOF
|
|||
</head>
|
||||
<body style="background-color: #1f1f1f; color: #ffffff;">
|
||||
<style>
|
||||
|
||||
table {
|
||||
table-layout: auto;
|
||||
border-collapse: collapse;
|
||||
|
@ -102,10 +108,9 @@ echo <<<EOF
|
|||
a {
|
||||
color: #187700;
|
||||
}
|
||||
|
||||
</style>
|
||||
<center>
|
||||
<h2 style="color: #b3b3b3;font-family: Monospace">Name: {$data['name']} | Age: ({$data['date']}) | Size: {$data['size']}
|
||||
<h2 style="color: #b3b3b3; font-family: Monospace;">Name: {$data['name']} | Age: ({$data['date']}) | Size: {$data['size']}
|
||||
</h2>
|
||||
<p><i>Created by: {$data['client']}</i></p>
|
||||
<hr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue