File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070 if ($data[$key]['SUSPENDED'] == 'yes') {
7171 $status = 'suspended';
7272 $spnd_action = 'unsuspend' ;
73- $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION ' ;
73+ $spnd_confirmation = 'SUSPEND_DOMAIN_CONFIRMATION ' ;
7474 } else {
7575 $status = 'active';
7676 $spnd_action = 'suspend' ;
77- $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION ' ;
77+ $spnd_confirmation = 'SUSPEND_DOMAIN_CONFIRMATION ' ;
7878 }
7979 if (empty($data[$key]['CATCHALL'])) {
8080 $data[$key]['CATCHALL'] = '/dev/null';
Original file line number Diff line number Diff line change 6868 if ($data[$key]['SUSPENDED'] == 'yes') {
6969 $status = 'suspended';
7070 $spnd_action = 'unsuspend' ;
71- $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION ' ;
71+ $spnd_confirmation = 'SUSPEND_DOMAIN_CONFIRMATION ' ;
7272 } else {
7373 $status = 'active';
7474 $spnd_action = 'suspend' ;
75- $spnd_confirmation = 'UNSUSPEND_DOMAIN_CONFIRMATION ' ;
75+ $spnd_confirmation = 'SUSPEND_DOMAIN_CONFIRMATION ' ;
7676 }
7777 if (empty($data[$key]['CATCHALL'])) {
7878 $data[$key]['CATCHALL'] = '/dev/null';
You can’t perform that action at this time.
0 commit comments