petlof / liveresults

EmmaClient is a client-server system for publishing liveresults from Orienteering events. It have been used on many major events such as JWOC, WOC, EOC,..
http://liveresultat.orientering.se
GNU Lesser General Public License v3.0
40 stars 24 forks source link

change constructor of Emma class to __construct #55

Closed xkenia closed 2 years ago

xkenia commented 2 years ago

In new version of PHP it is deprecated to have same name of function as class name - __construct() used.