Not used anywhere so removing it $document_root_parent
This commit is contained in:
parent
65806db347
commit
e21c6f165d
|
|
@ -24,7 +24,7 @@
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
Mark J Crane <markjcrane@fusionpbx.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//session handling
|
//session handling
|
||||||
//start the session
|
//start the session
|
||||||
if (function_exists('session_start')) {
|
if (function_exists('session_start')) {
|
||||||
if (!isset($_SESSION)) {
|
if (!isset($_SESSION)) {
|
||||||
|
|
@ -43,7 +43,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//get the document_root parent directory
|
|
||||||
$document_root_parent = join(array_slice(explode("\\",realpath($_SERVER["DOCUMENT_ROOT"])),0,-1), '/');
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue