mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 16:48:47 +00:00
13 lines
394 B
JavaScript
13 lines
394 B
JavaScript
/*---------------------------------------------------------
|
|
Configuration
|
|
---------------------------------------------------------*/
|
|
|
|
// Set this to the server side language you wish to use.
|
|
var lang = 'php'; // options: lasso, php, py
|
|
|
|
// Set this to the directory you wish to manage.
|
|
var fileRoot = "storage/images_uploaded/";
|
|
|
|
// Show image previews in grid views?
|
|
var showThumbs = true;
|