We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed703b commit 293c89eCopy full SHA for 293c89e
cached.php
@@ -1,4 +1,15 @@
1
<?php
2
+/*
3
+ Yes, we know this can be used to view the source for any file
4
+ in the docroot directory. This is intentional and not an LFI
5
+ vulnerability. The source code for everything in the docroot
6
+ is publicly available at
7
+
8
+ https://github.com/php/web-php
9
10
+ so there is no vulnerability here. You can't use this to view
11
+ anything that is private.
12
+*/
13
$_SERVER['BASE_PAGE'] = 'cached.php';
14
include_once 'include/prepend.inc';
15
0 commit comments