Update config.php
This commit is contained in:
parent
2e6724e53d
commit
99176bb0c5
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @file security.php
|
* @file config.php
|
||||||
* @date 2018-01-18
|
* @date 2018-01-18
|
||||||
* @author Go Namhyeon <gnh1201@gmail.com>
|
* @author Go Namhyeon <gnh1201@gmail.com>
|
||||||
* @brief Configuration module for VSPF
|
* @brief Configuration module for VSPF
|
||||||
|
|
@ -32,5 +32,3 @@ function get_config() {
|
||||||
|
|
||||||
$config = array();
|
$config = array();
|
||||||
set_config();
|
set_config();
|
||||||
|
|
||||||
$config = get_config();
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user