Welcome Guest, Not a member yet? Register   Sign In
CI4 Suggest
#1

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




Theme © iAndrew 2016 - Forum software by © MyBB