Skip to content

Commit

Permalink
Simulate /extra shortcut call
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Apr 30, 2009
1 parent 8cf0661 commit a19988d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extra/index.php
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
// $Id$

// Simulate a /extra shortcut call (which will lead to a manual page)
$_SERVER['REQUEST_URI'] = '/extra';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
include_once $_SERVER['DOCUMENT_ROOT'] . '/error.php';

0 comments on commit a19988d

Please sign in to comment.