public/ > pages/

This commit is contained in:
Miraty 2022-09-01 04:23:36 +02:00
parent e3af4c946d
commit c13ec1829a
36 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ if (SERVICE !== '.') {
require "html.php";
require "public/" . PAGE_ADDRESS . ".php";
require "pages/" . PAGE_ADDRESS . ".php";
closeHtml();