|
@@ -564,7 +564,7 @@ function confirmdelete(url) {
|
|
<table width='100%' cellpadding='25' cellspacing='0' border='0'>
|
|
<table width='100%' cellpadding='25' cellspacing='0' border='0'>
|
|
<td width='100%' align='left' valign='top'>
|
|
<td width='100%' align='left' valign='top'>
|
|
<?php
|
|
<?php
|
|
-if ($_SESSION["reload_xml"]) {
|
|
|
|
|
|
+if (isset($_SESSION["reload_xml"])) {
|
|
if ($_SERVER["PHP_SELF"] != PROJECT_PATH."/app/sip_status/sip_status.php") {
|
|
if ($_SERVER["PHP_SELF"] != PROJECT_PATH."/app/sip_status/sip_status.php") {
|
|
if(stristr($_SERVER["PHP_SELF"], "_edit") != FALSE) {
|
|
if(stristr($_SERVER["PHP_SELF"], "_edit") != FALSE) {
|
|
//found
|
|
//found
|