You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interface/web/admin/firewall_edit.php
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,21 @@
50
50
$app->load('tform_actions');
51
51
52
52
class page_action extends tform_actions {
53
+
54
+
functiononShowEnd() {
55
+
global$app;
56
+
57
+
if($this->id ==0) { //* new record
58
+
$server_list = $app->db->queryAllRecords("SELECT server_id, server_name FROM server WHERE server_id NOT IN (SELECT server_id FROM firewall) ORDER BY server_name");
0 commit comments