8 lines
125 B
PHP
8 lines
125 B
PHP
|
#ifndef CONFIG_INC
|
||
|
|
||
|
const char * const username = PROGRAM_NAME;
|
||
|
const char * const password = "";
|
||
|
|
||
|
#define CONFIG_INC
|
||
|
#endif
|