forked from GithubBackups/vichan
fix working directory
This commit is contained in:
parent
d843a3f76c
commit
cc4cb1c001
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$_SERVER = Array('REQUEST_URI' => '', 'HTTP_HOST' => '', 'SCRIPT_FILENAME' => '');
|
||||
chdir('../../../');
|
||||
chdir(str_replace('\\', '/', dirname(__FILE__)) . '/../../../');
|
||||
|
||||
require 'inc/functions.php';
|
||||
require 'inc/display.php';
|
||||
|
Loading…
x
Reference in New Issue
Block a user