hibot/source/config.inc

8 lines
125 B
PHP
Raw Normal View History

2023-12-15 17:45:27 -05:00
#ifndef CONFIG_INC
const char * const username = PROGRAM_NAME;
const char * const password = "";
#define CONFIG_INC
#endif