reasonableframework/route/welcome.php

5 lines
100 B
PHP
Raw Normal View History

2017-12-17 20:40:04 +00:00
<?php
2018-08-24 15:01:10 +00:00
if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
renderView("view_welcome");