#include "default.h" #include const char default_terms[] = "Please enter your terms of service.\n" "They can be modified from the TERMS file inside the prefix directory.\n" "For example, a bullet list:\n" "- Be nice to others.\n" "- Do not upload illegal or harmful content.\n" "A token can be generated by the administrator with tokengen(1).\n" ; const size_t default_terms_len = sizeof default_terms - 1;