Loading plugins/media/media.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -501,7 +501,7 @@ namespace blogi { } } bool Controller(const int tid,libhttppp::HttpRequest *req,libhtmlpp::HtmlElement *page){ bool Controller(const int tid,libhttppp::HttpRequest *req,libhtmlpp::HtmlElement *page,const char *sessionid){ char url[512]; const char *ccurl=req->getRequestURL(); Loading Loading
plugins/media/media.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -501,7 +501,7 @@ namespace blogi { } } bool Controller(const int tid,libhttppp::HttpRequest *req,libhtmlpp::HtmlElement *page){ bool Controller(const int tid,libhttppp::HttpRequest *req,libhtmlpp::HtmlElement *page,const char *sessionid){ char url[512]; const char *ccurl=req->getRequestURL(); Loading