diff options
Diffstat (limited to 'includes')
5 files changed, 5 insertions, 5 deletions
diff --git a/includes/admin/register_db_tables.php b/includes/admin/register_db_tables.php index 7f00ac0..1121253 100644 --- a/includes/admin/register_db_tables.php +++ b/includes/admin/register_db_tables.php @@ -1,9 +1,9 @@ +<?php // SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> // SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> // // SPDX-License-Identifier: AGPL-3.0-or-later -<?php if (!function_exists('giglogadmin_populate_countries')) { function giglogadmin_populate_countries() { diff --git a/includes/public/shortcodes/giglog_bands.php b/includes/public/shortcodes/giglog_bands.php index dc0d8a1..5533142 100644 --- a/includes/public/shortcodes/giglog_bands.php +++ b/includes/public/shortcodes/giglog_bands.php @@ -1,9 +1,9 @@ +<?php // SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> // SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> // // SPDX-License-Identifier: AGPL-3.0-or-later -<?php /* * code used for giglogadmin for the open page where everyone sees the list of * concerts. First function displays filters by city, venue and the second one diff --git a/includes/public/shortcodes/giglog_display_unprocessed.php b/includes/public/shortcodes/giglog_display_unprocessed.php index 6c61e34..21382fd 100644 --- a/includes/public/shortcodes/giglog_display_unprocessed.php +++ b/includes/public/shortcodes/giglog_display_unprocessed.php @@ -1,9 +1,9 @@ +<?php // SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> // SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> // // SPDX-License-Identifier: AGPL-3.0-or-later -<?php /* * I kinda overloaded this snippet. Added comments for each function. But this * is used in the giglog admin page, which should only be available to admin diff --git a/includes/public/shortcodes/giglog_photographers.php b/includes/public/shortcodes/giglog_photographers.php index 0c36817..cb79375 100644 --- a/includes/public/shortcodes/giglog_photographers.php +++ b/includes/public/shortcodes/giglog_photographers.php @@ -1,9 +1,9 @@ +<?php // SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> // SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> // // SPDX-License-Identifier: AGPL-3.0-or-later -<?php /* * code used for giglogadmin for the page where users such as photographers/concert reviewers * check what gigs are available and show interest for them diff --git a/includes/public/shortcodes/giglog_process_files.php b/includes/public/shortcodes/giglog_process_files.php index 9919a51..9dc2ec0 100644 --- a/includes/public/shortcodes/giglog_process_files.php +++ b/includes/public/shortcodes/giglog_process_files.php @@ -1,9 +1,9 @@ +<?php // SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> // SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> // // SPDX-License-Identifier: AGPL-3.0-or-later -<?php /* * snippet used to upload files with concerts. File is tab delimited file. * Band Venue Date TicketLink Eventlink. The form is at the end of this snippet |