mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-06-25 09:33:36 +02:00
「🏗️」 wip: started working on cgi finally
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/04/10 13:43:54 by adjoly #+# #+# */
|
||||
/* Updated: 2025/05/08 12:05:38 by adjoly ### ########.fr */
|
||||
/* Updated: 2025/05/15 12:02:30 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -18,5 +18,6 @@
|
||||
#define SAMPLE_CONF_PATH "/etc/webserv/default.conf"
|
||||
#endif
|
||||
#define WEBSRV_VERSION "v0.2"
|
||||
#define WEBSRV_NAME "webserv"
|
||||
|
||||
bool help(int, char **);
|
||||
|
Reference in New Issue
Block a user