소스 검색

Merge branch 'develop' into patch-3

Andrew Collington 2 년 전
부모
커밋
f7f1cf476f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      index.php

+ 1 - 0
index.php

@@ -507,6 +507,7 @@ $opcache = (new Service($options))->handle();
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
+    <meta name='robots' content='noindex, nofollow' />
     <title>OPcache statistics on <?= $opcache->getData('version', 'host'); ?></title>
     <script src="//cdnjs.cloudflare.com/ajax/libs/react/18.2.0/umd/react.production.min.js"></script>
     <script src="//cdnjs.cloudflare.com/ajax/libs/react-dom/18.2.0/umd/react-dom.production.min.js"></script>