Update database.php

This commit is contained in:
Namhyeon Go 2018-03-19 02:13:15 +09:00 committed by GitHub
parent 50595e7a75
commit a2a1e35cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,11 @@
<?php
/**
* @file database.php
* @date 2018-01-01
* @author Go Namhyeon <gnh1201@gmail.com>
* @brief Database module for ReasonableFramework
*/
if(!function_exists("get_db_connect")) {
function get_db_connect() {
global $config;