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/dynmaps/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
Michael Kuron about 9 years ago 062abb0

Replace symlink to PHP script

Full commit hash
062abb0ca763894a973d6c9e458fa6474b73ecf2
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
same change 062abb0

Replace symlink to PHP script

Full commit hash
062abb0ca763894a973d6c9e458fa6474b73ecf2
Author
Michael Kuron <[email protected]>
Date
about 9 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 }
Michael Kuron about 9 years ago 062abb0

Replace symlink to PHP script

Full commit hash
062abb0ca763894a973d6c9e458fa6474b73ecf2
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
6
?>
Open commit View diff
6 ?>