Visman 4 anni fa
parent
commit
e83ef43cb6
100 ha cambiato i file con 597 aggiunte e 1 eliminazioni
  1. 6 0
      app/Controllers/Install.php
  2. 6 0
      app/Controllers/Primary.php
  3. 6 0
      app/Controllers/Routing.php
  4. 6 0
      app/Controllers/Update.php
  5. 6 0
      app/Core/Cache/FileCache.php
  6. 6 0
      app/Core/Config.php
  7. 3 1
      app/Core/Container.php
  8. 6 0
      app/Core/Csrf.php
  9. 6 0
      app/Core/DB.php
  10. 6 0
      app/Core/DB/mysql.php
  11. 6 0
      app/Core/DBStatement.php
  12. 6 0
      app/Core/ErrorHandler.php
  13. 6 0
      app/Core/File.php
  14. 6 0
      app/Core/Files.php
  15. 6 0
      app/Core/Func.php
  16. 6 0
      app/Core/Image.php
  17. 6 0
      app/Core/Lang.php
  18. 6 0
      app/Core/Mail.php
  19. 6 0
      app/Core/Parser.php
  20. 6 0
      app/Core/Router.php
  21. 6 0
      app/Core/RulesValidator.php
  22. 6 0
      app/Core/Secury.php
  23. 6 0
      app/Core/Test.php
  24. 6 0
      app/Core/Validator.php
  25. 6 0
      app/Core/View.php
  26. 6 0
      app/Models/Action.php
  27. 6 0
      app/Models/AdminList/Model.php
  28. 6 0
      app/Models/BBCodeList/Delete.php
  29. 6 0
      app/Models/BBCodeList/Generate.php
  30. 6 0
      app/Models/BBCodeList/Insert.php
  31. 6 0
      app/Models/BBCodeList/Load.php
  32. 6 0
      app/Models/BBCodeList/Model.php
  33. 6 0
      app/Models/BBCodeList/Structure.php
  34. 6 0
      app/Models/BBCodeList/Update.php
  35. 6 0
      app/Models/BanList/Check.php
  36. 6 0
      app/Models/BanList/Delete.php
  37. 6 0
      app/Models/BanList/Filter.php
  38. 6 0
      app/Models/BanList/GetList.php
  39. 6 0
      app/Models/BanList/Insert.php
  40. 6 0
      app/Models/BanList/IsBanned.php
  41. 6 0
      app/Models/BanList/Load.php
  42. 6 0
      app/Models/BanList/Model.php
  43. 6 0
      app/Models/BanList/Update.php
  44. 6 0
      app/Models/Categories/Manager.php
  45. 6 0
      app/Models/Censorship/Load.php
  46. 6 0
      app/Models/Censorship/Model.php
  47. 6 0
      app/Models/Censorship/Refresh.php
  48. 6 0
      app/Models/Censorship/Save.php
  49. 6 0
      app/Models/Config/Install.php
  50. 6 0
      app/Models/Config/Load.php
  51. 6 0
      app/Models/Config/Model.php
  52. 6 0
      app/Models/Config/Save.php
  53. 6 0
      app/Models/Cookie/Model.php
  54. 6 0
      app/Models/DBMap/Model.php
  55. 6 0
      app/Models/DataModel.php
  56. 6 0
      app/Models/Forum/CalcStat.php
  57. 6 0
      app/Models/Forum/Delete.php
  58. 6 0
      app/Models/Forum/LoadTree.php
  59. 6 0
      app/Models/Forum/Manager.php
  60. 6 0
      app/Models/Forum/Markread.php
  61. 6 0
      app/Models/Forum/Model.php
  62. 6 0
      app/Models/Forum/Refresh.php
  63. 6 0
      app/Models/Forum/Save.php
  64. 6 0
      app/Models/Forum/UpdateUsername.php
  65. 6 0
      app/Models/Group/Delete.php
  66. 6 0
      app/Models/Group/Manager.php
  67. 6 0
      app/Models/Group/Model.php
  68. 6 0
      app/Models/Group/Perm.php
  69. 6 0
      app/Models/Group/Save.php
  70. 6 0
      app/Models/ManagerModel.php
  71. 6 0
      app/Models/Method.php
  72. 6 0
      app/Models/Model.php
  73. 6 0
      app/Models/Online/Info.php
  74. 6 0
      app/Models/Online/Model.php
  75. 6 0
      app/Models/Online/UpdateUsername.php
  76. 6 0
      app/Models/Page.php
  77. 6 0
      app/Models/Pages/Admin.php
  78. 6 0
      app/Models/Pages/Admin/Bans.php
  79. 6 0
      app/Models/Pages/Admin/Categories.php
  80. 6 0
      app/Models/Pages/Admin/Censoring.php
  81. 6 0
      app/Models/Pages/Admin/Forums.php
  82. 6 0
      app/Models/Pages/Admin/Groups.php
  83. 6 0
      app/Models/Pages/Admin/Host.php
  84. 6 0
      app/Models/Pages/Admin/Index.php
  85. 6 0
      app/Models/Pages/Admin/Install.php
  86. 6 0
      app/Models/Pages/Admin/Maintenance.php
  87. 6 0
      app/Models/Pages/Admin/Options.php
  88. 6 0
      app/Models/Pages/Admin/Parser.php
  89. 6 0
      app/Models/Pages/Admin/Parser/BBCode.php
  90. 6 0
      app/Models/Pages/Admin/Parser/Edit.php
  91. 6 0
      app/Models/Pages/Admin/Parser/Smilies.php
  92. 6 0
      app/Models/Pages/Admin/Reports.php
  93. 6 0
      app/Models/Pages/Admin/Statistics.php
  94. 6 0
      app/Models/Pages/Admin/Update.php
  95. 6 0
      app/Models/Pages/Admin/Users.php
  96. 6 0
      app/Models/Pages/Admin/Users/Action.php
  97. 6 0
      app/Models/Pages/Admin/Users/NewUser.php
  98. 6 0
      app/Models/Pages/Admin/Users/Promote.php
  99. 6 0
      app/Models/Pages/Admin/Users/Result.php
  100. 6 0
      app/Models/Pages/Admin/Users/Stat.php

+ 6 - 0
app/Controllers/Install.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Controllers/Primary.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Controllers/Routing.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Controllers/Update.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Cache/FileCache.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Config.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 3 - 1
app/Core/Container.php

@@ -1,5 +1,7 @@
 <?php
-
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ */
 /**
  * based on Container https://github.com/artoodetoo/container
  * by artoodetoo

+ 6 - 0
app/Core/Csrf.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/DB.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/DB/mysql.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/DBStatement.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/ErrorHandler.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/File.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Files.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Func.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Image.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Lang.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Mail.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Parser.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Router.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/RulesValidator.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Secury.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Test.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/Validator.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Core/View.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Action.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/AdminList/Model.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BBCodeList/Delete.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BBCodeList/Generate.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BBCodeList/Insert.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BBCodeList/Load.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BBCodeList/Model.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BBCodeList/Structure.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BBCodeList/Update.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BanList/Check.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BanList/Delete.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BanList/Filter.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BanList/GetList.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BanList/Insert.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BanList/IsBanned.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BanList/Load.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BanList/Model.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/BanList/Update.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Categories/Manager.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Censorship/Load.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Censorship/Model.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Censorship/Refresh.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Censorship/Save.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Config/Install.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Config/Load.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Config/Model.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Config/Save.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Cookie/Model.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/DBMap/Model.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/DataModel.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Forum/CalcStat.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Forum/Delete.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Forum/LoadTree.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Forum/Manager.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Forum/Markread.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Forum/Model.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Forum/Refresh.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Forum/Save.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Forum/UpdateUsername.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Group/Delete.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Group/Manager.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Group/Model.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Group/Perm.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Group/Save.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/ManagerModel.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Method.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Model.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Online/Info.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Online/Model.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Online/UpdateUsername.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Page.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Bans.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Categories.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Censoring.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Forums.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Groups.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Host.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Index.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Install.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Maintenance.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Options.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Parser.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Parser/BBCode.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Parser/Edit.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Parser/Smilies.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Reports.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Statistics.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Update.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Users.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Users/Action.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Users/NewUser.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Users/Promote.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Users/Result.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

+ 6 - 0
app/Models/Pages/Admin/Users/Stat.php

@@ -1,4 +1,10 @@
 <?php
+/**
+ * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
+ */
 
 declare(strict_types=1);
 

Some files were not shown because too many files changed in this diff