mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-02 00:08:19 -04:00
Moves thumbTypes to config.js.
This commit is contained in:
parent
9f10e92175
commit
ba3e61c1d0
7 changed files with 25 additions and 22 deletions
|
@ -12,9 +12,8 @@ $H5AI_CONFIG = array();
|
|||
/*
|
||||
* This configuration assumes that h5ai is installed
|
||||
* in the webroot directory of the Apache server.
|
||||
* Assumed to end with a slash.
|
||||
*/
|
||||
$H5AI_CONFIG["ROOT_ABS_PATH"] = dirname(dirname(str_replace('\\', '/', __FILE__)));
|
||||
$H5AI_CONFIG["ROOT_ABS_PATH"] = safe_dirname(safe_dirname(__FILE__));
|
||||
|
||||
/*
|
||||
* Files/folders that should not be listed. Specified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue