Updated copyright + use require_once instead of include

This commit is contained in:
Daniel Winzen
2020-10-15 17:25:49 +02:00
parent d078a3e9ad
commit d789b1569e
20 changed files with 22 additions and 23 deletions

View File

@ -2,7 +2,7 @@
/*
* Onion Link List - Configuration
*
* Copyright (C) 2016 Daniel Winzen <daniel@danwin1210.me>
* Copyright (C) 2016-2020 Daniel Winzen <daniel@danwin1210.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -40,6 +40,7 @@ $categories=['Unsorted', 'Adult/Porn', 'Communication/Social', 'Forums', 'Hackin
// Language selection
$I = [];
$L=[
'de' => 'Deutsch',
'en' => 'English',