routes.php 90 Bytes
Newer Older
1 2 3 4 5 6
<?php

if (isset($_SERVER['bundle.dummy.routes']))
{
	$_SERVER['bundle.dummy.routes']++;
}