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/conf/rspamd/meta_exporter/vars.inc.php

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

vars.inc.php on main
Author Date Commit Line Code
andre.peters over 8 years ago 873222d

[Rspamd] Remove DKIM forced action, move ratelimit lua, add meta exporter

Full commit hash
873222d5f8f9efc3355b1babe394a543698bcfa4
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
same change 873222d

[Rspamd] Remove DKIM forced action, move ratelimit lua, add meta exporter

Full commit hash
873222d5f8f9efc3355b1babe394a543698bcfa4
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
2
require_once('../../../web/inc/vars.inc.php');
Open commit View diff
2 require_once('../../../web/inc/vars.inc.php');
andryyy almost 6 years ago 013b3f8

[Rspamd] Meta exporter and settings map: read vars.local.inc.php

Full commit hash
013b3f88dab1cebfcb885b0d097acb0044645e45
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
3
if (file_exists('../../../web/inc/vars.local.inc.php')) {
Open commit View diff
3 if (file_exists('../../../web/inc/vars.local.inc.php')) {
same change 013b3f8

[Rspamd] Meta exporter and settings map: read vars.local.inc.php

Full commit hash
013b3f88dab1cebfcb885b0d097acb0044645e45
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
4
  include_once('../../../web/inc/vars.local.inc.php');
Open commit View diff
4 include_once('../../../web/inc/vars.local.inc.php');
same change 013b3f8

[Rspamd] Meta exporter and settings map: read vars.local.inc.php

Full commit hash
013b3f88dab1cebfcb885b0d097acb0044645e45
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
5
}
Open commit View diff
5 }
andre.peters over 8 years ago 873222d

[Rspamd] Remove DKIM forced action, move ratelimit lua, add meta exporter

Full commit hash
873222d5f8f9efc3355b1babe394a543698bcfa4
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
6
?>
Open commit View diff
6 ?>