mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add isset to the themes.
This commit is contained in:
@@ -738,7 +738,7 @@ function confirmdelete(url) {
|
||||
</td>
|
||||
<td class='main_content' align='left' valign='top' width='85%'>
|
||||
<?php
|
||||
if ($_SESSION["reload_xml"]) {
|
||||
if (isset($_SESSION["reload_xml"])) {
|
||||
if ($_SERVER["PHP_SELF"] != PROJECT_PATH."/app/sip_status/sip_status.php") {
|
||||
if(stristr($_SERVER["PHP_SELF"], "_edit") != FALSE) {
|
||||
//found
|
||||
|
||||
Reference in New Issue
Block a user