diff --git a/abstract_report.php b/abstract_report.php index 1ab8bf28..bad237a1 100644 --- a/abstract_report.php +++ b/abstract_report.php @@ -2,7 +2,7 @@ /** * Reports base class * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/accounting_report.php b/accounting_report.php index 0ab47e5c..ae78edf1 100644 --- a/accounting_report.php +++ b/accounting_report.php @@ -2,7 +2,7 @@ /** * Accounting report * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/add_reminder_fees.php b/add_reminder_fees.php index 238e5c48..67b810eb 100644 --- a/add_reminder_fees.php +++ b/add_reminder_fees.php @@ -2,7 +2,7 @@ /** * Add reminder fees * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/apiclient.php b/apiclient.php index 0b1d661f..96c29e3a 100644 --- a/apiclient.php +++ b/apiclient.php @@ -2,7 +2,7 @@ /** * Client interface for online mailing APIs * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018-2021 * diff --git a/attachment.php b/attachment.php index b2763353..54ee4c96 100755 --- a/attachment.php +++ b/attachment.php @@ -2,7 +2,7 @@ /** * Show an attachment * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018-2021 * diff --git a/backup.php b/backup.php index ea691f26..5156ecba 100644 --- a/backup.php +++ b/backup.php @@ -2,7 +2,7 @@ /** * Backup * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/base_logo.php b/base_logo.php index a1291405..9d61a48e 100644 --- a/base_logo.php +++ b/base_logo.php @@ -2,7 +2,7 @@ /** * Logo handling * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/config.php.sample b/config.php.sample index 1fe10200..2a5a7b61 100644 --- a/config.php.sample +++ b/config.php.sample @@ -2,7 +2,7 @@ /** * Basic configuration * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2022 * diff --git a/copy_invoice.php b/copy_invoice.php index ef945c3a..e46830e0 100755 --- a/copy_invoice.php +++ b/copy_invoice.php @@ -2,7 +2,7 @@ /** * Logo handling * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/coverletter.php b/coverletter.php index 8cde3033..333942da 100755 --- a/coverletter.php +++ b/coverletter.php @@ -2,7 +2,7 @@ /** * Cover letter * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/crypt.php b/crypt.php index 3106631c..1a4367b6 100644 --- a/crypt.php +++ b/crypt.php @@ -2,7 +2,7 @@ /** * Encryption utilities * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018. * diff --git a/datefuncs.php b/datefuncs.php index 14af9989..46112cfc 100755 --- a/datefuncs.php +++ b/datefuncs.php @@ -2,7 +2,7 @@ /** * Date handling functions * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/export.php b/export.php index be1acbe5..12193248 100644 --- a/export.php +++ b/export.php @@ -2,7 +2,7 @@ /** * Export * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/form.php b/form.php index 58d050de..b772f231 100755 --- a/form.php +++ b/form.php @@ -2,7 +2,7 @@ /** * Form display * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2022 diff --git a/form_config.php b/form_config.php index 3680bac1..a31101fa 100644 --- a/form_config.php +++ b/form_config.php @@ -2,7 +2,7 @@ /** * Form configuration * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018-2021 * diff --git a/form_funcs.php b/form_funcs.php index 00fb8947..31416d19 100644 --- a/form_funcs.php +++ b/form_funcs.php @@ -2,7 +2,7 @@ /** * Form handling * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2022 * diff --git a/form_switch.php b/form_switch.php index 4224371e..29175a6b 100755 --- a/form_switch.php +++ b/form_switch.php @@ -2,7 +2,7 @@ /** * Form config * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2022 diff --git a/hmac.php b/hmac.php index 031539d0..21e3a49b 100644 --- a/hmac.php +++ b/hmac.php @@ -2,7 +2,7 @@ /** * HMAC utilities * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2017. * diff --git a/htmlfuncs.php b/htmlfuncs.php index c9ddb125..a4c4a65d 100755 --- a/htmlfuncs.php +++ b/htmlfuncs.php @@ -2,7 +2,7 @@ /** * HTML functions * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2022 diff --git a/import.php b/import.php index a193556b..11018353 100644 --- a/import.php +++ b/import.php @@ -2,7 +2,7 @@ /** * Import base class * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2022 * diff --git a/import_statement.php b/import_statement.php index 4aa624ae..a6bbaa12 100644 --- a/import_statement.php +++ b/import_statement.php @@ -2,7 +2,7 @@ /** * Account statement import * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2022 * diff --git a/index.php b/index.php index adc3fc6d..0a651a8e 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** * Main script * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice.php b/invoice.php index d14ba4d7..0942ac78 100755 --- a/invoice.php +++ b/invoice.php @@ -2,7 +2,7 @@ /** * Printouts * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2021 diff --git a/invoice_printer.php b/invoice_printer.php index b35fb7eb..89666c89 100644 --- a/invoice_printer.php +++ b/invoice_printer.php @@ -2,7 +2,7 @@ /** * Invoice PDF * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_printer_base.php b/invoice_printer_base.php index ea654f7f..11998f41 100644 --- a/invoice_printer_base.php +++ b/invoice_printer_base.php @@ -2,7 +2,7 @@ /** * Invoice printer abstract base class * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2019. diff --git a/invoice_printer_blank.php b/invoice_printer_blank.php index f8c1ea28..7a147b3e 100644 --- a/invoice_printer_blank.php +++ b/invoice_printer_blank.php @@ -2,7 +2,7 @@ /** * Blank invoice * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_printer_email.php b/invoice_printer_email.php index 04147d7f..388f69bf 100644 --- a/invoice_printer_email.php +++ b/invoice_printer_email.php @@ -2,7 +2,7 @@ /** * Email invoice * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_printer_email_trait.php b/invoice_printer_email_trait.php index bf605dfc..e85c4598 100644 --- a/invoice_printer_email_trait.php +++ b/invoice_printer_email_trait.php @@ -2,7 +2,7 @@ /** * Email invoice trait * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_printer_finvoice.php b/invoice_printer_finvoice.php index a34c7d01..52a8bbd3 100644 --- a/invoice_printer_finvoice.php +++ b/invoice_printer_finvoice.php @@ -2,7 +2,7 @@ /** * Finvoice * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_printer_finvoice_soap.php b/invoice_printer_finvoice_soap.php index 61070ac4..a709674c 100644 --- a/invoice_printer_finvoice_soap.php +++ b/invoice_printer_finvoice_soap.php @@ -2,7 +2,7 @@ /** * Finvoice with SOAP envelope * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_printer_formless.php b/invoice_printer_formless.php index d26342ae..7fa31dff 100644 --- a/invoice_printer_formless.php +++ b/invoice_printer_formless.php @@ -2,7 +2,7 @@ /** * Formless invoice * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_printer_offer.php b/invoice_printer_offer.php index b8229858..8fdb1a29 100644 --- a/invoice_printer_offer.php +++ b/invoice_printer_offer.php @@ -2,7 +2,7 @@ /** * Offer PDF * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_printer_offer_email.php b/invoice_printer_offer_email.php index 85296953..27aaad8e 100644 --- a/invoice_printer_offer_email.php +++ b/invoice_printer_offer_email.php @@ -2,7 +2,7 @@ /** * Offer email * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_printer_order_confirmation.php b/invoice_printer_order_confirmation.php index 1c307474..a7a488c9 100644 --- a/invoice_printer_order_confirmation.php +++ b/invoice_printer_order_confirmation.php @@ -2,7 +2,7 @@ /** * Order confirmation PDF * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_printer_order_confirmation_email.php b/invoice_printer_order_confirmation_email.php index 08889fe6..d43fd71b 100644 --- a/invoice_printer_order_confirmation_email.php +++ b/invoice_printer_order_confirmation_email.php @@ -2,7 +2,7 @@ /** * Order confirmation email * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_printer_xslt.php b/invoice_printer_xslt.php index 9fa38e40..4093d0af 100644 --- a/invoice_printer_xslt.php +++ b/invoice_printer_xslt.php @@ -2,7 +2,7 @@ /** * XSLT invoice * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/invoice_report.php b/invoice_report.php index 4137890a..a9c11b2d 100644 --- a/invoice_report.php +++ b/invoice_report.php @@ -2,7 +2,7 @@ /** * Invoice report * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2022 * diff --git a/json.php b/json.php index 43ab68d7..7ea92b1d 100644 --- a/json.php +++ b/json.php @@ -2,7 +2,7 @@ /** * JSON API * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2022 diff --git a/list.php b/list.php index 7046302c..96f3ca2f 100755 --- a/list.php +++ b/list.php @@ -2,7 +2,7 @@ /** * List displays * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2022 diff --git a/list_config.php b/list_config.php index f2d05f58..e2f522cf 100644 --- a/list_config.php +++ b/list_config.php @@ -2,7 +2,7 @@ /** * List configuration * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018-2022 * diff --git a/list_switch.php b/list_switch.php index 961a59aa..f1aa11b3 100755 --- a/list_switch.php +++ b/list_switch.php @@ -2,7 +2,7 @@ /** * List config * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2021 diff --git a/login.php b/login.php index 9a8db127..ae4b93df 100755 --- a/login.php +++ b/login.php @@ -2,7 +2,7 @@ /** * Login page * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/logout.php b/logout.php index 1b411124..19d99713 100755 --- a/logout.php +++ b/logout.php @@ -2,7 +2,7 @@ /** * Logout page * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2021 diff --git a/mailer.php b/mailer.php index 7a7115d7..1e26c99f 100755 --- a/mailer.php +++ b/mailer.php @@ -2,7 +2,7 @@ /** * Email handler * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018-2022 * diff --git a/markdown.php b/markdown.php index 170d625e..3dfbe038 100644 --- a/markdown.php +++ b/markdown.php @@ -2,7 +2,7 @@ /** * Extended Markdown class * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018-2021 * diff --git a/memory.php b/memory.php index d535e0ee..7dab0390 100755 --- a/memory.php +++ b/memory.php @@ -2,7 +2,7 @@ /** * Session Memory Manager * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2017-2021 * diff --git a/miscfuncs.php b/miscfuncs.php index a66da2cc..cd5f8034 100755 --- a/miscfuncs.php +++ b/miscfuncs.php @@ -2,7 +2,7 @@ /** * Miscellaneous functions * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2021 diff --git a/multiedit.php b/multiedit.php index 726ea89b..ebbd8bb3 100644 --- a/multiedit.php +++ b/multiedit.php @@ -2,7 +2,7 @@ /** * Multi-record edit * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018-2022. * diff --git a/navi.php b/navi.php index 0a072dc9..a0783d85 100755 --- a/navi.php +++ b/navi.php @@ -2,7 +2,7 @@ /** * Navigation menu * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2021 diff --git a/pdf.php b/pdf.php index be0d841b..e2a7c455 100644 --- a/pdf.php +++ b/pdf.php @@ -2,7 +2,7 @@ /** * Extended TCPDF class * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2018. * diff --git a/product_report.php b/product_report.php index eca19a2a..64605ecb 100644 --- a/product_report.php +++ b/product_report.php @@ -2,7 +2,7 @@ /** * Product report * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/product_stock_report.php b/product_stock_report.php index 04854eee..21a5f8c1 100644 --- a/product_stock_report.php +++ b/product_stock_report.php @@ -2,7 +2,7 @@ /** * Product stock report * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/profile.php b/profile.php index 81575b77..c1a013f3 100644 --- a/profile.php +++ b/profile.php @@ -2,7 +2,7 @@ /** * Profile page * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018-2021 * diff --git a/quick_search.php b/quick_search.php index 01d3faef..4361bb25 100755 --- a/quick_search.php +++ b/quick_search.php @@ -2,7 +2,7 @@ /** * Quick search * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2021 diff --git a/recover.php b/recover.php index d204ccab..52e115c1 100755 --- a/recover.php +++ b/recover.php @@ -2,7 +2,7 @@ /** * Password recovery * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018-2021 * diff --git a/search.php b/search.php index c00fa0d3..b0050d02 100755 --- a/search.php +++ b/search.php @@ -2,7 +2,7 @@ /** * Search * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2022-2023 * diff --git a/send_api/postitafi.php b/send_api/postitafi.php index 5327448f..c3e3a771 100644 --- a/send_api/postitafi.php +++ b/send_api/postitafi.php @@ -2,7 +2,7 @@ /** * Postita.fi API client * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018-2021 * diff --git a/send_api/serverdirectory.php b/send_api/serverdirectory.php index c6b624a6..6ec4a183 100644 --- a/send_api/serverdirectory.php +++ b/send_api/serverdirectory.php @@ -2,7 +2,7 @@ /** * "API client" for storing results in a server directory * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2023 * diff --git a/sessionfuncs.php b/sessionfuncs.php index ccf5ef29..7e5289db 100755 --- a/sessionfuncs.php +++ b/sessionfuncs.php @@ -2,7 +2,7 @@ /** * Session handling * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2021 diff --git a/settings.php b/settings.php index cdb1e465..ac70d2b8 100644 --- a/settings.php +++ b/settings.php @@ -2,7 +2,7 @@ /** * Settings handling * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2021 * diff --git a/settings_def.php b/settings_def.php index bca9bec2..882a4789 100644 --- a/settings_def.php +++ b/settings_def.php @@ -2,7 +2,7 @@ /** * Settings definitions * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2023. * diff --git a/settings_list.php b/settings_list.php index 622fefd7..d447c80b 100644 --- a/settings_list.php +++ b/settings_list.php @@ -2,7 +2,7 @@ /** * Settings form * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2021 diff --git a/setup.php b/setup.php index 43dfb3c6..b5206e77 100644 --- a/setup.php +++ b/setup.php @@ -2,7 +2,7 @@ /** * Initial setup * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2018-2021 * diff --git a/sqlfuncs.php b/sqlfuncs.php index 549e09ae..0ba8d5d1 100755 --- a/sqlfuncs.php +++ b/sqlfuncs.php @@ -2,7 +2,7 @@ /** * Database functions * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2022 diff --git a/start_page.php b/start_page.php index c464ae10..7a92e567 100755 --- a/start_page.php +++ b/start_page.php @@ -2,7 +2,7 @@ /** * Start page * - * PHP version 7 + * PHP version 8 * * Copyright (C) Samu Reinikainen 2004-2008 * Copyright (C) Ere Maijala 2010-2022 diff --git a/tests/CallProtectedTrait.php b/tests/CallProtectedTrait.php index e80c7328..b3391f77 100644 --- a/tests/CallProtectedTrait.php +++ b/tests/CallProtectedTrait.php @@ -2,7 +2,7 @@ /** * Trait that provides access to protected methods * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2021. * diff --git a/tests/LanguageFilesTest.php b/tests/LanguageFilesTest.php index d97d8271..1a1d9922 100644 --- a/tests/LanguageFilesTest.php +++ b/tests/LanguageFilesTest.php @@ -2,7 +2,7 @@ /** * Language files tests * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2022. * diff --git a/tests/UpdaterTest.php b/tests/UpdaterTest.php index f87e5b61..5852dc47 100644 --- a/tests/UpdaterTest.php +++ b/tests/UpdaterTest.php @@ -2,7 +2,7 @@ /** * Self-updating mechanism tests * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2021. * diff --git a/translator.php b/translator.php index f6b081a5..fb2177bc 100755 --- a/translator.php +++ b/translator.php @@ -2,7 +2,7 @@ /** * Translator * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2017-2021 * diff --git a/updater.php b/updater.php index 40825e88..c5d4a663 100644 --- a/updater.php +++ b/updater.php @@ -2,7 +2,7 @@ /** * Self-updating mechanism * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2017-2024 * diff --git a/version.php b/version.php index 974a729e..bc180658 100644 --- a/version.php +++ b/version.php @@ -2,7 +2,7 @@ /** * Version info * - * PHP version 7 + * PHP version 8 * * Copyright (C) Ere Maijala 2010-2024 *