KLanding/index.php

8 lines
123 B
PHP
Raw Permalink Normal View History

2015-07-02 19:33:06 +01:00
<?php
2015-07-28 09:11:06 +01:00
include 'config.php';
if (empty($base)) {
require "/config/index.php";
} else {
require "index2.php";
2015-07-02 19:33:06 +01:00
}
2015-07-28 09:11:06 +01:00
?>