diff options
| author | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-13 10:25:46 -0400 |
|---|---|---|
| committer | Sean Fridman <fridman@mail.sfsu.edu> | 2015-04-13 10:25:46 -0400 |
| commit | 3b16b2d58f876f6ab4abcdf8012efb2411504940 (patch) | |
| tree | 0b136a672382429e6c86acde012a611e8ad5bb15 /app/index.js | |
| parent | 952cac06cc8ccd66fe07b09ca81c5dc750a54805 (diff) | |
HTTP Digest authentication
Diffstat (limited to 'app/index.js')
| -rw-r--r-- | app/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.js b/app/index.js index e462b48..708943c 100644 --- a/app/index.js +++ b/app/index.js @@ -32,7 +32,7 @@ function OKCMS(options) { var adminConfig = options.admin || {}; var adminRoot = this._adminRoot = adminConfig.root || path.join(__dirname, '../themes/okadmin/public'); - var adminPath = this._adminPath = adminConfig.path || '/_admin' + var adminPath = this._adminPath = '/_admin'; var templateRoot = options.templateRoot || 'templates'; var adminTemplateRoot = options.templateRoot || path.join(__dirname, '../themes/okadmin/templates'); |
