v0.8.1 source is ready for testing

Please contact me if you'd like to trial it.
Matt

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

what's that?

what's that?
Fatal error: Call to undefined function: file_get_contents() in /home/users/t/trick/public_html/ladder/install/install2.php on line 26

old version of php?

Another user reported this error with an older version of PHP that doesn't include the inbuilt function file_get_contents().

Replace that line with:

if (!$string = implode('', file("install.sql")))