diff options
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 |