Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter v4.1.2 released
#21

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.
Reply
#22

You can send in a PR for that.
Reply
#23

Thanks for what yoi have done
Enlightenment  Is  Freedom
Reply




Theme © iAndrew 2016 - Forum software by © MyBB