5 lines
100 B
PHP
5 lines
100 B
PHP
<?php
|
|
if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
|
|
|
|
renderView("view_welcome");
|