Added contributed PR code to template.phps where it should belong

Also bumped version of axios
This commit is contained in:
Andrew Collington 2023-04-23 01:35:00 +01:00
parent 60e6709101
commit 0f3c71770a
2 changed files with 8 additions and 7 deletions

View file

@ -69,10 +69,11 @@ $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="//unpkg.com/react/umd/react.production.min.js"></script>
<script src="//unpkg.com/react-dom/umd/react-dom.production.min.js"></script>
<script src="//unpkg.com/axios/dist/axios.min.js"></script>
<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>
<script src="//cdnjs.cloudflare.com/ajax/libs/axios/1.3.6/axios.min.js"></script>
<style>
{{CSS_OUTPUT}}
</style>

File diff suppressed because one or more lines are too long