reasonableframework/route/welcome.php

4 lines
92 B
PHP
Raw Normal View History

2017-12-17 20:40:04 +00:00
<?php
2017-12-22 19:04:59 +00:00
if(!defined("_DEF_VSPF_")) exit("Do not allowed your access");
2017-12-17 20:40:04 +00:00
renderView('welcome');