Talk:RoboRumble/Host your own Roborumble server

From Robowiki
Jump to navigation Jump to search

Contents

Thread titleRepliesLast modified
How to allow newer clients017:26, 21 November 2012

How to allow newer clients

If you can't submit results from newer clients than 1.7.3.0 and 1.7.3.2, change the following line in upload_results.php from:

$version_allowed = array('1.7.3.0', '1.7.3.2');

to:

$version_allowed = array('1.7.3.0', '1.7.3.2', '1.7.4.3');
MaTachi17:26, 21 November 2012