Remove deprecated return properties
This commit is contained in:
parent
dacf7ce6d5
commit
2222f6df9e
|
|
@ -29,8 +29,6 @@ if ( ($newpath == "/") || ($comicfull === false) || (substr($comicfull, 0, strle
|
|||
}
|
||||
$data["message"] = "New comic path: {$_SESSION["compath"]}";
|
||||
$pathparts = pathinfo($_SESSION['compath']);
|
||||
$data["parentpath"] = $pathparts["dirname"];
|
||||
$data["foldername"] = $pathparts["basename"];
|
||||
|
||||
header('Content-Type: application/json');
|
||||
echo json_encode($data);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user