Skip to content

Commit 27cb0cc

Browse files
markrandallderickr
authored andcommitted
Fix: Pear include path
1 parent e75fbfe commit 27cb0cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/pear/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
// Simulate a /pear shortcut call (which will lead to a manual page)
44
$_SERVER['REQUEST_URI'] = '/pear';
5-
require_once __DIR__ . '/../include/prepend.inc';
5+
require_once __DIR__ . '/../../include/prepend.inc';
66
require_once __DIR__ . '/../error.php';

0 commit comments

Comments
 (0)