
walled_garden.php
By: a guest on
Jun 18th, 2012 | syntax:
PHP | size: 0.17 KB | hits: 15 | expires: Never
<?php
/**
* Walled garden page shell
*
* Used for the walled garden index page
*/
// Set the content type
header("Content-type: text/html; charset=UTF-8");
?>