custom.php 定义函数,提示未生效
config/custom.php 定义了某个函数,提示函数未生效。
<?php
function dr_taourl($tao,$file,$fnum){
return '/'.$tao.'/'.$file.'-'.$fnum.'.html';
}提示为定义dr_taourl ,请问是哪里问题呢。
config/custom.php 定义了某个函数,提示函数未生效。
<?php
function dr_taourl($tao,$file,$fnum){
return '/'.$tao.'/'.$file.'-'.$fnum.'.html';
}提示为定义dr_taourl ,请问是哪里问题呢。
