z-classic / z-nomp

z-nomp is mining pool software for Zcash and Zclassic so you can create internet money in your home!
MIT License
290 stars 440 forks source link

Added Headers to Minerpage #158

Closed mckenzieja closed 7 years ago

mckenzieja commented 7 years ago

Chrome was wrapping the minerpage function output in a

 element and not rendering the worker stat page properly. I added res.header('Content-Type', 'text/html'); to the function and now it renders perfectly.