mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
검색엔진 수집이 불필요한 페이지에 대한 robots 메타 태그 추가
xpressengine/xe-core#2293 patch by @bnu
This commit is contained in:
parent
cb66b4e5df
commit
71651c0542
14 changed files with 77 additions and 59 deletions
|
|
@ -2,10 +2,10 @@
|
|||
<module>
|
||||
<grants />
|
||||
<actions>
|
||||
<action name="dispInstallIndex" type="view" index="true" />
|
||||
<action name="dispInstallCheckEnv" type="view" />
|
||||
<action name="dispInstallDBConfig" type="view" />
|
||||
<action name="dispInstallOtherConfig" type="view" />
|
||||
<action name="dispInstallIndex" type="view" index="true" meta-noindex="true" />
|
||||
<action name="dispInstallCheckEnv" type="view" meta-noindex="true" />
|
||||
<action name="dispInstallDBConfig" type="view" meta-noindex="true" />
|
||||
<action name="dispInstallOtherConfig" type="view" meta-noindex="true" />
|
||||
|
||||
<action name="getInstallFTPList" type="model" permission="root" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue