LibreBooking / app

Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.
GNU General Public License v3.0
386 stars 232 forks source link

Update adLDAP.php #338

Closed PVTGoesen closed 4 months ago

PVTGoesen commented 5 months ago

change Implicit to Explicit float to int conversion in adLDAP.php change mt_srand(doubleval(microtime()) * 100000000); to mt_srand((int)doubleval(microtime()) * 100000000);