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
$db->query("update {$settings['TABLE']} set {$settings['PREFIX']}_ip='$ip', {$settings['PREFIX']}_username='$username' where {$settings['PREFIX']}_id='{$serviceClass->getId()}'", __LINE__, __FILE__);
220
220
website_welcome_email($serviceClass->getId());
221
221
if (isset($extra['script']) && $extra['script'] > 0) {
myadmin_log(self::$module, 'info', "Skipping Removing DNS entry for {$serviceClass->getHostname()} because other non deleted sites w/ the same hostname exist", __LINE__, __FILE__);
353
353
}
354
354
if (trim($serviceClass->getUsername()) == '')
355
-
returntrue;
355
+
returnTRUE;
356
356
elseif ($response->result[0]->status == 1)
357
-
returntrue;
357
+
returnTRUE;
358
358
elseif ($response->result[0]->statusmsg == "System user {$serviceClass->getUsername()} does not exist!")
0 commit comments