mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -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
|
<?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')) {
|
if (!defined('BB_ROOT')) {
|
||||||
die(basename(__FILE__));
|
die(basename(__FILE__));
|
||||||
|
@ -72,7 +79,6 @@ echo <<<EOF
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color: #1f1f1f; color: #ffffff;">
|
<body style="background-color: #1f1f1f; color: #ffffff;">
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
table {
|
table {
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
@ -102,10 +108,9 @@ echo <<<EOF
|
||||||
a {
|
a {
|
||||||
color: #187700;
|
color: #187700;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<center>
|
<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>
|
</h2>
|
||||||
<p><i>Created by: {$data['client']}</i></p>
|
<p><i>Created by: {$data['client']}</i></p>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue