Use of undefined constant ROOT - assumed '__ROOT__'
This is an error message. I am new to 5.0 and I don’t know if the constants in 5.0 can be used. Can they be redefined?
扔个三星炸死你2017-06-24 09:44:27
tp5 needs to be defined by yourself
直接在配置文件中添加:
'parse_str'=>[
'__PUBLIC__'=>'/public/',
'__ROOT__' => '/',
]