mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
a?adido soporte para contenido est?tico multilenguaje al servidor
This commit is contained in:
@ -76,6 +76,10 @@ private:
|
||||
|
||||
/** Set a content-type header in the response depending on the ending of the filename */
|
||||
void setContentType(QString file, HttpResponse& response) const;
|
||||
|
||||
QString getLocalizedFileName(QString fileName, QString locales, QString path) const;
|
||||
|
||||
bool StaticFileController::exists(QString localizedName, QString path) const;
|
||||
};
|
||||
|
||||
#endif // STATICFILECONTROLLER_H
|
||||
|
Reference in New Issue
Block a user