I don't have the time atm to do this, but a quick fix is to edit /etc/sentora/panel/modules/autoip/code/controller.ext.php
edit lines 25 and 78 changing 'zpanel' to 'sentora':
Line 25:
Change to:
Line 78:
Change to:
edit lines 25 and 78 changing 'zpanel' to 'sentora':
Line 25:
Code:
$lastupdate = date(ctrl_options::GetOption('zpanel_df'), $row['ai_lastupdate_ts']);
Change to:
Code:
$lastupdate = date(ctrl_options::GetOption('sentora_df'), $row['ai_lastupdate_ts']);
Line 78:
Code:
include(ctrl_options::GetOption('zpanel_root') . '/cnf/db.php');
Change to:
Code:
include(ctrl_options::GetOption('sentora_root') . '/cnf/db.php');