amnuts / opcache-gui

A clean, effective and responsive interface for Zend OPcache
1.23k stars 198 forks source link

https://unpkg.com down #93

Closed M-Falken closed 1 year ago

M-Falken commented 1 year ago

Hello, at this time of writing the https://unpkg.com return Error code 520 on all script files, so we have a blank page. I've replaced all scripts call with those from https://cdnjs.cloudflare.com Like so: <script src="https://cdnjs.cloudflare.com/ajax/libs/react/18.2.0/umd/react.production.min.js"> <script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/18.2.0/umd/react-dom.production.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.1.3/axios.min.js"></script>

Pull request created #94