Pursuing a dream New Column default file directory using the initials do not use spelling

Pursuing a dream New Column default file directory using the initials spelling is not used
to modify dede / catalog.add.php file

85$toptypedir = GetPinyin(stripslashes($toptypename)); 
修改为 $toptypedir = GetPinyin(stripslashes($toptypename),1); 

108$typedir = $toptypedir.'/'.GetPinyin(stripslashes($v)); 
修改为 $typedir = $toptypedir.'/'.GetPinyin(stripslashes($v),1); 

134$toptypedir = GetPinyin(stripslashes($toptypename)); 
修改为 $toptypedir = GetPinyin(stripslashes($toptypename),1); 

187$typedir = GetPinyin(stripslashes($typename)); 
修改为 $typedir = GetPinyin(stripslashes($typename),1);
Published 10 original articles · won praise 0 · Views 93

Guess you like

Origin blog.csdn.net/lichuang214/article/details/104840898