diff --git a/system/controllers/autoload.php b/system/controllers/autoload.php index c5ec2afd..b9c686f5 100644 --- a/system/controllers/autoload.php +++ b/system/controllers/autoload.php @@ -114,10 +114,12 @@ switch ($action) { //don't wait more than 5 seconds for response from device, otherwise we get timeout error. ini_set('default_socket_timeout', 5); if ((new $p['device'])->online_customer($c, $p['routers'])) { - echo ' '; + echo ''; + }else{ + echo ''; } } catch (Exception $e) { - echo ' '; + echo ''; } } } @@ -141,10 +143,12 @@ switch ($action) { //don't wait more than 5 seconds for response from device, otherwise we get timeout error. ini_set('default_socket_timeout', 5); if ((new $p['device'])->online_customer($c, $p['routers'])) { - $status = ' '; + $status = ''; + }else{ + $status = ''; } } catch (Exception $e) { - $status = ' '; + $status = ''; } } } diff --git a/system/lan/english.json b/system/lan/english.json index efd99082..8748413e 100644 --- a/system/lan/english.json +++ b/system/lan/english.json @@ -948,5 +948,10 @@ "Total_SMS_Sent": "Total SMS Sent", "Total_SMS_Failed": "Total SMS Failed", "Total_WhatsApp_Sent": "Total WhatsApp Sent", - "Total_WhatsApp_Failed": "Total WhatsApp Failed" + "Total_WhatsApp_Failed": "Total WhatsApp Failed", + "First_Name": "First Name", + "Last_Name": "Last Name", + "Not_Working_with_Freeradius_Mysql": "Not Working with Freeradius Mysql", + "Radius_Rest_Interim_Update": "Radius Rest Interim-Update", + "in_minutes__leave_0_to_disable_this_feature_": "in minutes, leave 0 to disable this feature." } \ No newline at end of file