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