Not used anywhere so removing it $document_root_parent

This commit is contained in:
FusionPBX 2020-05-26 19:59:58 -06:00 committed by GitHub
parent 65806db347
commit e21c6f165d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 19 deletions

View File

@ -43,7 +43,4 @@
}
}
//get the document_root parent directory
$document_root_parent = join(array_slice(explode("\\",realpath($_SERVER["DOCUMENT_ROOT"])),0,-1), '/');
?>