mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
[//lasso
|
|
// set to a user with file permissions
|
|
var('auth') = array(
|
|
-username='',
|
|
-password=''
|
|
);
|
|
|
|
// set the root for the file manager
|
|
var('fileroot') = '/UserFiles/';
|
|
]
|