-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#2 fix for constant definition in PHP 8
- Loading branch information
Showing
2 changed files
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
<?php | ||
|
||
define(HDU_R01,"Read Me"); | ||
define(HDU_R02,"Plugin"); | ||
define(HDU_R03,""); | ||
define(HDU_R04,"Auteur"); | ||
define(HDU_R05,""); | ||
define(HDU_R06,"Versie"); | ||
define(HDU_R07,""); | ||
define(HDU_R08,"Status"); | ||
define(HDU_R09,"Release"); | ||
define(HDU_R10,"Disclaimer"); | ||
define(HDU_R11,"Er kan geen enkele verantwoordelijkheid worden geaccepteerd voor de werking van deze plugin in welke vorm dan ook. JE GEBRUIKT HEM VOLLEDIG OP EIGEN RISICO."); | ||
define(HDU_R12,"Copyright"); | ||
define(HDU_R13,"Barry Keal 2007."); | ||
define(HDU_R14,"License"); | ||
define(HDU_R15,"GPL"); | ||
define(HDU_R16,"Website"); | ||
define(HDU_R17,"www.keal.me.uk"); | ||
define(HDU_R18,"Support"); | ||
define(HDU_R19,"Support voor deze plug-in is <strong>Alleen</strong> beschikbaar op <a href='http://www.keal.me.uk'>Mijn Website</a> en nergens anders."); | ||
define(HDU_R20,"Documentatie"); | ||
define(HDU_R21,"Alle documentatie is op de <a href='http://wiki.e107.org/?title=Helpdesk'>e107 wiki</a> Voel je vrij om bij te dragen."); | ||
define(HDU_R22,"Zo maar wat Info"); | ||
define(HDU_R23,"Voor het bewerken/maken gebruik ik PHP Edit van <a href='http://www.waterproof.fr/'>Waterproof Software</a>"); | ||
define(HDU_R24, "If you find this plugin useful then please consider making a <b>donation</b> at <a href='http://www.keal.me.uk'>My Website</a> "); | ||
define(HDU_R25, "Donations"); | ||
?> | ||
define("HDU_R01", "Read Me"); | ||
define("HDU_R02", "Plugin"); | ||
define("HDU_R03", ""); | ||
define("HDU_R04", "Auteur"); | ||
define("HDU_R05", ""); | ||
define("HDU_R06", "Versie"); | ||
define("HDU_R07", ""); | ||
define("HDU_R08", "Status"); | ||
define("HDU_R09", "Release"); | ||
define("HDU_R10", "Disclaimer"); | ||
define("HDU_R11", "Er kan geen enkele verantwoordelijkheid worden geaccepteerd voor de werking van deze plugin in welke vorm dan ook. JE GEBRUIKT HEM VOLLEDIG OP EIGEN RISICO."); | ||
define("HDU_R12", "Copyright"); | ||
define("HDU_R13", "Barry Keal 2007."); | ||
define("HDU_R14", "License"); | ||
define("HDU_R15", "GPL"); | ||
define("HDU_R16", "Website"); | ||
define("HDU_R17", "www.keal.me.uk"); | ||
define("HDU_R18", "Support"); | ||
define("HDU_R19", "Support voor deze plug-in is <strong>Alleen</strong> beschikbaar op <a href='http://www.keal.me.uk'>Mijn Website</a> en nergens anders."); | ||
define("HDU_R20", "Documentatie"); | ||
define("HDU_R21", "Alle documentatie is op de <a href='http://wiki.e107.org/?title=Helpdesk'>e107 wiki</a> Voel je vrij om bij te dragen."); | ||
define("HDU_R22", "Zo maar wat Info"); | ||
define("HDU_R23", "Voor het bewerken/maken gebruik ik PHP Edit van <a href='http://www.waterproof.fr/'>Waterproof Software</a>"); | ||
define("HDU_R24", "If you find this plugin useful then please consider making a <b>donation</b> at <a href='http://www.keal.me.uk'>My Website</a> "); | ||
define("HDU_R25", "Donations"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<?php | ||
|
||
define(HDU_R01, "Read Me"); | ||
define(HDU_R02, "Plugin"); | ||
define(HDU_R03, ""); | ||
define(HDU_R04, "Author"); | ||
define(HDU_R05, ""); | ||
define(HDU_R06, "Version"); | ||
define(HDU_R07, ""); | ||
define(HDU_R08, "Status"); | ||
define(HDU_R09, "Release"); | ||
define(HDU_R10, "Disclaimer"); | ||
define(HDU_R11, "No responsibility can be accepted for the failure of this plugin in any way shape or form. You use entirely at your own risk."); | ||
define(HDU_R12, "Copyright"); | ||
define(HDU_R13, "Barry Keal 2007."); | ||
define(HDU_R14, "License"); | ||
define(HDU_R15, "GPL"); | ||
define(HDU_R16, "Website"); | ||
define(HDU_R17, "www.keal.me.uk"); | ||
define(HDU_R18, "Support"); | ||
define(HDU_R19, "Support for this plug-in is <strong>ONLY</strong> available at <a href='http://www.keal.me.uk'>My Website</a> and nowhere else."); | ||
define(HDU_R20, "Documentation"); | ||
define(HDU_R21, "All documentation is on the <a href='http://wiki.e107.org/?title=Helpdesk'>e107 wiki</a> Feel free to contribute to the documentation on there."); | ||
define(HDU_R22, "Just for Info"); | ||
define(HDU_R23, "For editing I use PHP Edit from <a href='http://www.waterproof.fr/'>Waterproof Software</a>"); | ||
define(HDU_R24, "If you find this plugin useful then please consider making a <b>donation</b> at <a href='http://www.keal.me.uk'>My Website</a> "); | ||
define(HDU_R25, "Donations"); | ||
define("HDU_R01", "Read Me"); | ||
define("HDU_R02", "Plugin"); | ||
define("HDU_R03", ""); | ||
define("HDU_R04", "Author"); | ||
define("HDU_R05", ""); | ||
define("HDU_R06", "Version"); | ||
define("HDU_R07", ""); | ||
define("HDU_R08", "Status"); | ||
define("HDU_R09", "Release"); | ||
define("HDU_R10", "Disclaimer"); | ||
define("HDU_R11", "No responsibility can be accepted for the failure of this plugin in any way shape or form. You use entirely at your own risk."); | ||
define("HDU_R12", "Copyright"); | ||
define("HDU_R13", "Barry Keal 2007."); | ||
define("HDU_R14", "License"); | ||
define("HDU_R15", "GPL"); | ||
define("HDU_R16", "Website"); | ||
define("HDU_R17", "www.keal.me.uk"); | ||
define("HDU_R18", "Support"); | ||
define("HDU_R19", "Support for this plug-in is <strong>ONLY</strong> available at <a href='http://www.keal.me.uk'>My Website</a> and nowhere else."); | ||
define("HDU_R20", "Documentation"); | ||
define("HDU_R21", "All documentation is on the <a href='http://wiki.e107.org/?title=Helpdesk'>e107 wiki</a> Feel free to contribute to the documentation on there."); | ||
define("HDU_R22", "Just for Info"); | ||
define("HDU_R23", "For editing I use PHP Edit from <a href='http://www.waterproof.fr/'>Waterproof Software</a>"); | ||
define("HDU_R24", "If you find this plugin useful then please consider making a <b>donation</b> at <a href='http://www.keal.me.uk'>My Website</a> "); | ||
define("HDU_R25", "Donations"); | ||
|
||
?> | ||
?> |