1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-07 12:59:45 +00:00

Delete get_env, which confused me a lot.

Get raw environment variables directly from main().
Add code to split on '=' in cgi_environment_vars and only pick
the ones that are interesting, just as before.
This commit is contained in:
King_DuckZ 2017-05-08 19:46:14 +01:00
parent 376b34c1d0
commit 07135f215c
9 changed files with 60 additions and 98 deletions

View file

@ -10,7 +10,6 @@ add_library(${PROJECT_NAME} STATIC
split_get_vars.cpp
response.cpp
submit_paste_response.cpp
get_env.cpp
cgi_environment_vars.cpp
cgi_env.cpp
num_to_token.cpp