X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d29892ad630506f118e90ebadb09f08858ac4b78..43d5190f7771063a5377e087b853421ceefae809:/sgauth/web.cpp diff --git a/sgauth/web.cpp b/sgauth/web.cpp index 8c23482b..a162acc4 100644 --- a/sgauth/web.cpp +++ b/sgauth/web.cpp @@ -426,7 +426,7 @@ const char * replyHeader = const char * replyFooter= "\n\n"; send(outerSocket, replyHeader, strlen(replyHeader), 0); -send(outerSocket, css, strlen(css), 0); +send(outerSocket, SGAuth::css, strlen(SGAuth::css), 0); send(outerSocket, replyFooter, strlen(replyFooter), 0); return 0;