mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
Empty commit
This commit is contained in:
parent
c18eb15319
commit
553ec55fe7
@ -933,6 +933,7 @@ CREATE TABLE `torrents_groups_log` (
|
||||
`UserID` int(10) NOT NULL,
|
||||
`Info` mediumtext,
|
||||
`Time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
|
||||
`Hidden` enum('0','1') NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`),
|
||||
KEY `TorrentID` (`TorrentID`),
|
||||
KEY `GroupID` (`GroupID`),
|
||||
|
@ -77,7 +77,6 @@
|
||||
<li>A warmer fuzzier feeling than before!</li>
|
||||
<? } else { ?>
|
||||
<li>Our eternal love, as represented by the <img src="<?=STATIC_SERVER?>common/symbols/donor.png" alt="Donor" /> you get next to your name.</li>
|
||||
<li>2 invitations, to invite 2 good friends to use this tracker.</li>
|
||||
<?
|
||||
if(USER_LIMIT != 0 && $UserCount >= USER_LIMIT && !check_perms('site_can_invite_always') && !isset($DonorPerms['site_can_invite_always'])) {
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user