NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/f2b-banlist.php

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

f2b-banlist.php on main
Author Date Commit Line Code
FreddleSpl0it over 2 years ago 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
same change 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
2
Open commit View diff
2
same change 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
3
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
Open commit View diff
3 require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
same change 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
4
Open commit View diff
4
same change 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
5
if (isset($_GET['id'])) {
Open commit View diff
5 if (isset($_GET['id'])) {
same change 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
6
    header('Content-Type: text/plain');
Open commit View diff
6 header('Content-Type: text/plain');
same change 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
7
    echo fail2ban('banlist', 'get', $_GET['id']);
Open commit View diff
7 echo fail2ban('banlist', 'get', $_GET['id']);
same change 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
8
} else {
Open commit View diff
8 } else {
same change 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
9
    header('HTTP/1.1 404 Not Found');
Open commit View diff
9 header('HTTP/1.1 404 Not Found');
same change 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
10
    exit;
Open commit View diff
10 exit;
same change 852d944

[Web] remove f2b banlist from json_api.php

Full commit hash
852d944cfba4c06dcc3af44d698f68c25425a07c
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
11
}
Open commit View diff
11 }