Update index.php

This commit is contained in:
Namhyeon Go 2018-01-01 03:34:33 +09:00 committed by GitHub
parent 1813df0bec
commit a4c293bbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,10 @@
<?php <?php
/* /**
* VerySimplePHPFramework * @file index.php
* http://github.com/gnh1201/verysimplephpframework * @date 2017-12-18
* Go Namhyeon <gnh1201@gmail.com> * @author Go Namhyeon <gnh1201@gmail.com>
* Date: 2017-12-18 * @brief VerySimplePHPFramework
* @cvs http://github.com/gnh1201/verysimplephpframework
*/ */
define("_DEF_VSPF_", true); define("_DEF_VSPF_", true);