File tree 5 files changed +20
-9
lines changed
5 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 1
- <?php
2
- // Simulate a /backend shortcut call
1
+ <?php
2
+ // $Id$
3
+
4
+ // Simulate a /backend shortcut call (which will lead to a manual page)
3
5
$ _SERVER ['REQUEST_URI ' ] = '/backend ' ;
4
6
include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/include/prepend.inc ' ;
5
7
include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/error.php ' ;
6
- ?>
Original file line number Diff line number Diff line change 1
1
<?php
2
- // Simulate a /bin shortcut call
2
+ // $Id$
3
+
4
+ // Simulate a /bin shortcut call (which will lead to a manual page)
3
5
$ _SERVER ['REQUEST_URI ' ] = '/bin ' ;
4
6
include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/include/prepend.inc ' ;
5
7
include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/error.php ' ;
6
- ?>
Original file line number Diff line number Diff line change 1
1
<?php
2
- // Simulate a /include shortcut call
2
+ // $Id$
3
+
4
+ // Simulate a /include shortcut call (which will lead to a manual page)
3
5
$ _SERVER ['REQUEST_URI ' ] = '/include ' ;
4
6
include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/include/prepend.inc ' ;
5
7
include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/error.php ' ;
6
- ?>
Original file line number Diff line number Diff line change 1
1
<?php
2
- // Simulate a /pear shortcut call
2
+ // $Id$
3
+
4
+ // Simulate a /pear shortcut call (which will lead to a manual page)
3
5
$ _SERVER ['REQUEST_URI ' ] = '/pear ' ;
4
6
include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/include/prepend.inc ' ;
5
7
include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/error.php ' ;
6
- ?>
Original file line number Diff line number Diff line change
1
+ <?php
2
+ // $Id$
3
+
4
+ // Simulate a /styles shortcut call (which will lead to a manual page)
5
+ $ _SERVER ['REQUEST_URI ' ] = '/styles ' ;
6
+ include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/include/prepend.inc ' ;
7
+ include_once $ _SERVER ['DOCUMENT_ROOT ' ] . '/error.php ' ;
You can’t perform that action at this time.
0 commit comments