6 lines
111 B
PHP
6 lines
111 B
PHP
<?php
|
|
defined('IN_TS') or die('Access Denied.');
|
|
|
|
$site_url = getHttpUrl();
|
|
|
|
include 'install/html/next.html'; |