fix orbit

This commit is contained in:
HB9HIL
2024-05-24 23:15:02 +02:00
parent 51e13e8c2a
commit f1f468f824

View File

@@ -33,8 +33,8 @@ class Activators extends CI_Controller
$mincount = 2;
}
if ($this->input->post('orbit') != NULL) { // orbit is not set when page first loads.
$orbit = $this->input->post('orbit');
if ($this->input->post('leogeo') != NULL) { // orbit is not set when page first loads.
$orbit = $this->input->post('leogeo');
} else {
$orbit = 'both';
}