4 lines
127 B
PHP
4 lines
127 B
PHP
<?php
|
|
// Redirector file - loads the actual page from src/pages/other/
|
|
require_once __DIR__ . '/src/pages/other/about.php';
|