/[LeafOK_CVS]/lbbs/src/common.c
ViewVC logotype

Diff of /lbbs/src/common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.51 by sysadm, Mon Dec 1 11:28:03 2025 UTC Revision 1.52 by sysadm, Mon Dec 1 14:01:36 2025 UTC
# Line 28  const char CONF_BWF[] = "conf/badwords.c Line 28  const char CONF_BWF[] = "conf/badwords.c
28  const char CONF_TOP10_MENU[] = "var/bbs_top_menu.conf";  const char CONF_TOP10_MENU[] = "var/bbs_top_menu.conf";
29  const char SSH_HOST_RSA_KEY_FILE[] = "conf/ssh_host_rsa_key";  const char SSH_HOST_RSA_KEY_FILE[] = "conf/ssh_host_rsa_key";
30  const char SSH_HOST_ED25519_KEY_FILE[] = "conf/ssh_host_ed25519_key";  const char SSH_HOST_ED25519_KEY_FILE[] = "conf/ssh_host_ed25519_key";
31    const char SSH_HOST_ECDSA_KEY_FILE[] = "conf/ssh_host_ecdsa_key";
32  const char SSH_KNOWN_HOSTS_FILE[] = "var/known_hosts";  const char SSH_KNOWN_HOSTS_FILE[] = "var/known_hosts";
33    
34  const char LOG_FILE_INFO[] = "log/bbsd.log";  const char LOG_FILE_INFO[] = "log/bbsd.log";


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1