Changeset 922
- Timestamp:
- 01/23/06 22:33:57 (7 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/src/conf.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/src/conf.h
r901 r922 47 47 /** Note that DEFAULT_AUTHSERVSSLAVAILABLE must be 0 or 1, even if the config file syntax is yes or no */ 48 48 #define DEFAULT_AUTHSERVSSLAVAILABLE 0 49 /** Note: The path must NOT be prefixed by /, and must be suffixed /. Leave emptyfor the server root.*/50 #define DEFAULT_AUTHSERVPATH " wifidog/"49 /** Note: The path must be prefixed by /, and must be suffixed /. Put / for the server root.*/ 50 #define DEFAULT_AUTHSERVPATH "/wifidog/" 51 51 #define DEFAULT_AUTHSERVMAXTRIES 1 52 52 /*@}*/
