diff options
author | chai <chaifix@163.com> | 2022-03-19 12:26:19 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-03-19 12:26:19 +0800 |
commit | 627b8e416d138112ad20b1299aca21dccebcd11c (patch) | |
tree | e522a5e7204e81649a36451e31c2c91b1a8342e3 /search.php | |
parent | a90ed9f20c76fbb4b340e51e6ba05500540feba5 (diff) |
*admin music page
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ <?php include_once('header.php');?> <?php include_once('titlebar.php');?> <?php include_once 'config.php'?> - <?php include_once 'functions.php'?> + <?php include_once 'utils.php'?> <?php $type = $_GET['type']; // 'tag', 'name' $value = $_GET['value']; // tag id, name |