It is a normal php file, so you may just add if(...){ // if admin $prefix = 'admin'; }else{ // if dealer $prefix = 'dealer'; }.
確定! 回上一頁