KLanding/index.php

8 lines
123 B
PHP

<?php
include 'config.php';
if (empty($base)) {
require "/config/index.php";
} else {
require "index2.php";
}
?>