Update gnuboard.config.php

This commit is contained in:
Namhyeon Go 2018-04-02 02:42:14 +09:00 committed by GitHub
parent 629ea2e893
commit dcfa15a912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,4 +56,4 @@ $g4['https_url'] = "";
define('G4_HTML_PURIFIER', false);
// get gnuboard config
$gb_config = exec_db_fetch("select * from {$g4['config_table']}");
$gb_config = exec_db_fetch("select * from " . $g4['config_table']);