4 lines
108 B
PHP
4 lines
108 B
PHP
<?php
|
|
// This file is an alias for index.php to handle the active tab navigation.
|
|
require_once 'index.php';
|