![]() |
CI4 Suggest - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: CI4 Suggest (/showthread.php?tid=79267) |
CI4 Suggest - hap168 - 05-19-2021 index.php require realpath(FCPATH . '../app/Config/Paths.php') ?: FCPATH . '../app/Config/Paths.php'; Suggest to change to: xxx=FCPATH . '../app/Config/Paths.php'; require realpath(xxx) ?: xxx; Convenient to modify the 'Paths.php' path. |