dependent extrafont

This commit is contained in:
Amberstone 2024-09-22 14:37:46 +09:00
parent 7b6ff1fa30
commit 3302649c3c
Signed by: amber
GPG key ID: 094B0E55F98D8BF1

View file

@ -1,5 +1,6 @@
<?php
include_once './_common.php';
if (!defined('_GNUBOARD_'))
exit;
$font_sql = "SELECT * FROM {$g5['font_table']} ORDER BY font_name ASC";
$font_result = sql_query($font_sql);