Skip to content

Instantly share code, notes, and snippets.

<?php
set_time_limit(-1);
if(isset($_GET['ld']) and is_numeric($_GET['ld']))
$TARGETLD = $_GET['ld'];
else
$TARGETLD = 21;
$compolink = "http://ludumdare.com/compo/ludum-dare-$TARGETLD/";