$ll_user=' . var_export($ll_user,true) . ''; //$page['debug'] .= '
$valid_actions=' . var_export($valid_actions,true) . '
'; //$page['debug'] .= '
$default_action=' . var_export($default_action,true) . '
'; //$page['debug'] .= '
$form=' . var_export($form,true) . '
'; //$page['debug'] .= '
$action=' . var_export($action,true) . '
'; if (file_exists('../lib/action.' . $action . '.php')) { include('../lib/action.' . $action . '.php'); } else { something_went_wrong('*** LetterLogic *** Unable to find action ' . var_export($action, true) . ' ***'); } db_generic_update('Sessions', $ll_session); if ($ll_user) { db_generic_update('Players', $ll_user); } echo "\n"; echo ll_header($page); echo $page['content']; echo ll_footer($page); ?>