git.p6c8.net
/
jirafeau.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed the download button and the corresponding link for encrypted files from the...
[jirafeau.git]
/
docker
/
docker_config.php
diff --git
a/docker/docker_config.php
b/docker/docker_config.php
index 634d58bfdcc5373a2b24f648006bc174a1be732f..976f36644b5d7feea15ba1227aa2de154e224e8b 100644
(file)
--- a/
docker/docker_config.php
+++ b/
docker/docker_config.php
@@
-1,7
+1,9
@@
<?php
/*
* Jirafeau, your web file repository
<?php
/*
* Jirafeau, your web file repository
- * Copyright (C) 2020 Jérôme Jutteau <jerome@jutteau.fr>
+ * Copyright (C) 2008 Julien "axolotl" BERNARD <axolotl@magieeternelle.org>
+ * Copyright (C) 2015 Jerome Jutteau <jerome@jutteau.fr>
+ * Copyright (C) 2024 Jirafeau project <https://gitlab.com/jirafeau> (see AUTHORS.md)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
@@
-194,4
+196,4
@@
function run_setup(&$cfg)
}
}
}
}
-run_setup($cfg);
\ No newline at end of file
+run_setup($cfg);
patrick-canterino.de