Update index.php
parent
0ca43b99f0
commit
84c270490b
|
@ -28,8 +28,6 @@ function main($path)
|
||||||
global $exts;
|
global $exts;
|
||||||
global $constStr;
|
global $constStr;
|
||||||
config_oauth();
|
config_oauth();
|
||||||
if (!isset($_SERVER['base_path'])) $_SERVER['base_path'] = '/';
|
|
||||||
if ($_SERVER['base_path']=='') $_SERVER['base_path'] = '/';
|
|
||||||
$_SERVER['list_path'] = getListpath($_SERVER['HTTP_HOST']);
|
$_SERVER['list_path'] = getListpath($_SERVER['HTTP_HOST']);
|
||||||
if ($_SERVER['list_path']=='') $_SERVER['list_path'] = '/';
|
if ($_SERVER['list_path']=='') $_SERVER['list_path'] = '/';
|
||||||
$_SERVER['is_guestup_path'] = is_guestup_path($path);
|
$_SERVER['is_guestup_path'] = is_guestup_path($path);
|
||||||
|
|
Loading…
Reference in New Issue