Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2011
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $_k['routes'] = array(
  2. '/about' => 'about.php',
  3. '/projects' => 'projects.php',
  4. '/signinout' => 'signinout.php',
  5. '/stats' => 'stats.php',
  6. '/test/save' => 'save-test.php',
  7. '/test' => 'test.php',
  8. );
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement