Skip to content

Instantly share code, notes, and snippets.

@donpinkster
Created March 16, 2010 15:37
Show Gist options
  • Save donpinkster/334107 to your computer and use it in GitHub Desktop.
Save donpinkster/334107 to your computer and use it in GitHub Desktop.
<?php
use \Pwango\Response\HttpResponse;
function index(\Pwango\Request $request)
{
return new HttpResponse('Index of Projects');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment