empire CMS灵动标签如何调用$ecms_hashur['ehref']function
When we develop the second time, the background call link needs to be added to the empire CMS的$ecms_hashur['ehref']Function, this is the Empire CMS The security function in the background prevents external direct access to the background page. If you directly force access to the background link, you will prompt "illegal source".
My webmaster website creates customization php Page, use Empire CMS灵动标签如何调用$ecms_hashur['ehref']Function method.
页面头部加上$ecms_hashur=hReturnEcmsHashStrAll();Loading method
<?php if (!defined( 'InEmpireCMS' )) { exit (); } $ecms_hashur =hReturnEcmsHashStrAll(); ?> |
Then add the link in the flexible tag <?=$ecms_hashur['ehref']?>
<a href= "/e/admin/AddNews.php?enews=EditNews&id=<?=$bqr['id']?>&classid=<?=$bqr['classid']?>&bclassid=<?=$class_r[$bqr[classid]]['bclassid']?><?=$ecms_hashur['ehref']?>" > |
In this way, the links visited will not show the prompt of "illegal source".

The above is the "Empire" shared by Suyou Network with everyone CMS灵动标签如何调用$ecms_hashur['ehref']Function", thank you very much for your patience to read this article, we will provide you with more information on reference, use or learning communication.We can also provide you with:Enterprise website construction, website imitation, website copying, imitation site, foreign trade website construction, foreign trade website construction, company official website productionFor services, our company serves customers with the service concept of "integrity, professionalism, pragmatism and innovation".If you need cooperation, please scan the code to consult, and we will serve you sincerely.
TAG Label: