We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cb0cc commit 374801bCopy full SHA for 374801b
2 files changed
public/images/elephpants.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-require_once __DIR__ . '/../include/prepend.inc';
+require_once __DIR__ . '/../../include/prepend.inc';
4
5
$now = $_SERVER["REQUEST_TIME"];
6
if (isset($_SERVER["HTTP_IF_MODIFIED_SINCE"])) {
public/images/index.php
@@ -2,5 +2,5 @@
// Simulate a /images shortcut call (which will lead to a manual page)
$_SERVER['REQUEST_URI'] = '/images';
require_once __DIR__ . '/../error.php';
0 commit comments