浏览代码

Update file_list.php

FusionPBX 3 月之前
父节点
当前提交
a53d75956a
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      file_list.php

+ 5 - 0
file_list.php

@@ -38,6 +38,11 @@
 		exit;
 	}
 
+//create the settings object
+	if (!$settings) {
+		$settings = new settings();
+	}
+
 //add css and javascript
 	require_once "header.php";