Fix exampleweb URL with trailing /

This commit is contained in:
Léo Serre 2019-01-29 19:33:07 +01:00
父節點 2aa41e692d
當前提交 c6d69666bb
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -15,7 +15,7 @@ $config['include_folder']=basename(__DIR__);
$config['abs_root_folder']=str_replace($config['include_folder'],"",__DIR__);
// This is the relative folder to the root of the website from the DocumentRoot (can also be called subfolder)
$config['rel_root_folder']=str_replace($_SERVER['DOCUMENT_ROOT'],"",$config['abs_root_folder']);
$config['web_root_folder']="kabano.test";
$config['web_root_folder']="kabano.test/";
if($config['rel_root_folder']=="") $config['rel_root_folder']="/";
// Here all the absolute paths to specific folders