Update welcome.php

This commit is contained in:
Namhyeon Go 2018-08-25 00:01:10 +09:00 committed by GitHub
parent c286119334
commit 3c29eecf94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
<?php
if(!defined("_DEF_VSPF_")) exit("Do not allowed your access");
renderView('welcome');
if(!defined("_DEF_RSF_")) set_error_exit("do not allow access");
renderView("view_welcome");