Update gnuboard.config.php
This commit is contained in:
parent
629ea2e893
commit
dcfa15a912
|
@ -56,4 +56,4 @@ $g4['https_url'] = "";
|
||||||
define('G4_HTML_PURIFIER', false);
|
define('G4_HTML_PURIFIER', false);
|
||||||
|
|
||||||
// get gnuboard config
|
// get gnuboard config
|
||||||
$gb_config = exec_db_fetch("select * from {$g4['config_table']}");
|
$gb_config = exec_db_fetch("select * from " . $g4['config_table']);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user