Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
547 stars 300 forks source link

Fix for dice roller #168

Closed MrSchism closed 10 years ago

MrSchism commented 10 years ago

Removed mt_srand and seed; seeding is performed automatically in PHP5+.

This fixes #167 (Credit goes to @jpreston86)

Frug commented 10 years ago

I don't see this causing any issues like you describe to any test installs or heard from users able to replicate this, but might as well remove the seed...