mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-01 16:49:53 +00:00
5 lines
48 B
PHP
5 lines
48 B
PHP
<?php
|
|
require_once 'page.php';
|
|
|
|
Page::render();
|