PHP 8.0 undefined variable 오류 수정

uri.lib.php 에서 uri.class.php 사용하지않고 있음.
This commit is contained in:
kit rio
2022-05-25 18:34:52 +09:00
parent d3d7b9aadc
commit 767c3c5562
6 changed files with 6 additions and 8 deletions

View File

@ -1,8 +1,6 @@
<?php
if (!defined('_GNUBOARD_')) exit;
include_once(dirname(__FILE__) .'/URI/uri.class.php');
// 짧은 주소 형식으로 만들어서 가져온다.
function get_pretty_url($folder, $no='', $query_string='', $action='')
{