mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-04 11:47:22 +02:00
* Added ability to serve static files from web server
* Web server can have custom error pages, e.g. 404.html * "file_area" stuff -> "file_base" * Fix some rare bugs in theme/art loading * Adjust tab order dynamically for file upload details
This commit is contained in:
parent
ff64a7aed5
commit
92772eb1a9
14 changed files with 165 additions and 48 deletions
|
@ -442,7 +442,7 @@ function fileAreaScan() {
|
|||
return initConfigAndDatabases(callback);
|
||||
},
|
||||
function getFileArea(callback) {
|
||||
const fileAreaMod = require('./core/file_area.js');
|
||||
const fileAreaMod = require('./core/file_base_area.js');
|
||||
|
||||
const areaInfo = fileAreaMod.getFileAreaByTag(argv.scan);
|
||||
if(!areaInfo) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue