diff --git a/htdocs/admin/const.php b/htdocs/admin/const.php index 841d1e42e5f..cd735e3b11c 100644 --- a/htdocs/admin/const.php +++ b/htdocs/admin/const.php @@ -36,7 +36,7 @@ if ($HTTP_POST_VARS["action"] == 'update') $result = $db->query($sql); } -$sql = "SELECT rowid, name, value FROM llx_const"; +$sql = "SELECT rowid, name, value, type, note FROM llx_const"; $result = $db->query($sql); if ($result) { @@ -54,8 +54,28 @@ if ($result) print '
'; } @@ -65,6 +85,7 @@ if ($result) } print ''; + print '