mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
Added hints for db usernames, similar to ftp usernames
This commit is contained in:
parent
afffd18e01
commit
9aca19d773
5 changed files with 62 additions and 0 deletions
|
@ -44,6 +44,7 @@ var Error = {FATAL: 1, WARNING: 0, NORMAL: -1};
|
|||
//
|
||||
GLOBAL = {};
|
||||
GLOBAL.FTP_USER_PREFIX = 'admin_';
|
||||
GLOBAL.DB_USER_PREFIX = 'admin_';
|
||||
GLOBAL.AJAX_URL = '';
|
||||
|
||||
/**
|
||||
|
@ -77,6 +78,7 @@ var App = {
|
|||
Core: {},
|
||||
// Actions. More widly used funcs
|
||||
Actions: {
|
||||
DB: {},
|
||||
WEB: {}
|
||||
},
|
||||
// Utilities
|
||||
|
@ -88,6 +90,7 @@ var App = {
|
|||
},
|
||||
i18n: {},
|
||||
Listeners: {
|
||||
DB: {},
|
||||
WEB: {}
|
||||
},
|
||||
View:{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue