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']);