From dcfa15a912b9bfe6f190b14bfda54c23c76e47f6 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 2 Apr 2018 02:42:14 +0900 Subject: [PATCH] Update gnuboard.config.php --- helper/gnuboard.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/gnuboard.config.php b/helper/gnuboard.config.php index 0bd52d4..a692822 100644 --- a/helper/gnuboard.config.php +++ b/helper/gnuboard.config.php @@ -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']);