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
* Implementation of hook_hosting_site_context_options().
*/
function hosting_restapi_hosting_site_context_options(&$task) {
$token = db_query('SELECT token FROM hosting_restapi_order WHERE site = :url ORDER BY created DESC LIMIT 1', array(':url' => $task->ref->hosting_name))->fetchField();