"; } $found_action = true; break; } } if (!$found_action) { echo "Action to display do not exist
"; } } //password_hash('12345678', PASSWORD_DEFAULT); $action_type = get_action_type(); $url_action = get_url_action($action_type); $action = validate_url_action($url_action); display_action($action, $action_type); $connection->close(); session_destroy(); require('includes/footer.html'); ?>