diff --git a/docker/php/config.php b/docker/php/config.php index 059d377..8d307c8 100644 --- a/docker/php/config.php +++ b/docker/php/config.php @@ -1,4 +1,20 @@ '); // Host del database (ad esempio localhost) diff --git a/htdocs/css/home.css b/htdocs/css/home.css index e590ec1..8482fc7 100644 --- a/htdocs/css/home.css +++ b/htdocs/css/home.css @@ -1,3 +1,19 @@ +/* +Orario Scuola, Copyright (C) 2025 EmmeV. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see https://www.gnu.org/licenses/. +*/ /* Base styles */ body { font-family: Arial, sans-serif; diff --git a/htdocs/css/navbar.css b/htdocs/css/navbar.css index 31da9dc..ad4017b 100644 --- a/htdocs/css/navbar.css +++ b/htdocs/css/navbar.css @@ -1,3 +1,19 @@ +/* +Orario Scuola, Copyright (C) 2025 EmmeV. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see https://www.gnu.org/licenses/. +*/ /* Navbar */ .navbar { background-color: #2c3e50; diff --git a/htdocs/css/timetable.css b/htdocs/css/timetable.css index f4003b1..6b3c3e9 100644 --- a/htdocs/css/timetable.css +++ b/htdocs/css/timetable.css @@ -1,3 +1,19 @@ +/* +Orario Scuola, Copyright (C) 2025 EmmeV. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see https://www.gnu.org/licenses/. +*/ /* Base styles */ body { font-family: Arial, sans-serif; diff --git a/htdocs/docenti.php b/htdocs/docenti.php index 5d0f392..a463a05 100644 --- a/htdocs/docenti.php +++ b/htdocs/docenti.php @@ -1,4 +1,20 @@ diff --git a/htdocs/laboratori.php b/htdocs/laboratori.php index 4f7e205..cc80544 100644 --- a/htdocs/laboratori.php +++ b/htdocs/laboratori.php @@ -1,4 +1,20 @@ query("SELECT * FROM classes WHERE id=$class_id")->fetch_assoc(); diff --git a/utils/generate_hash.php b/utils/generate_hash.php index fe4d037..9882d5f 100644 --- a/utils/generate_hash.php +++ b/utils/generate_hash.php @@ -1,8 +1,20 @@ 1) { $primoArgomento = $argv[1];