Don't like ads? PRO users don't see any ads ;-)
Guest

walled_garden.php

By: a guest on Jun 18th, 2012  |  syntax: PHP  |  size: 0.17 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2. /**
  3.  * Walled garden page shell
  4.  *
  5.  * Used for the walled garden index page
  6.  */
  7.  
  8. // Set the content type
  9. header("Content-type: text/html; charset=UTF-8");
  10. ?>