Last active
June 12, 2022 11:37
-
-
Save AceAce2025/ad5e4ed9a86dbbc66235abb8ff71ef9f to your computer and use it in GitHub Desktop.
Revisions
-
AceAce2025 revised this gist
Jun 12, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -59,7 +59,7 @@ // Root path for file manager // use absolute path of directory i.e: '/var/www/folder' or $_SERVER['DOCUMENT_ROOT'].'/folder' $root_path = '{{DOCUMENT_ROOT}}'; // Root url for links in file manager.Relative to $http_host. Variants: '', 'path/to/subfolder' // Will not working if $root_path will be outside of server document root -
AceAce2025 created this gist
Jun 12, 2022 .There are no files selected for viewing