mud/lib/secure/include/cgi.h
2020-09-06 05:43:07 -07:00

17 lines
516 B
C

#ifndef __CGI_H__
#define __CGI_H__
#include <dirs.h>
#define CGI_CREWEB DIR_CGI "/who"
#define CGI_EDIT DIR_CGI "/edit"
#define CGI_FINGER DIR_CGI "/finger"
#define CGI_LOGIN DIR_CGI "/login"
#define CGI_LOGOUT DIR_CGI "/logout"
#define CGI_NEW DIR_CGI "/new"
#define CGI_SAVE DIR_CGI "/save"
#define CGI_UPLOAD DIR_CGI "/upload"
#define CGI_WHO DIR_CGI "/who"
#endif /* __CGI_H__ */