06-01-2017, 12:59 PM
Open the file z_us_root.php.
Line 2 has an array,
$path=['','users/','usersc/'];
https://mydomain.com and you already have https://mydomain.com/users, https://mydomain.com/usersc and you want to add a folder called 'app' (which would be https://mydomain.com/app
Edit the file z_us_root.php line two to say
$path=['','users/','usersc/','app/'];
and your php files should show right up in the admin_pages section of the dashboard and in your database.
Line 2 has an array,
$path=['','users/','usersc/'];
https://mydomain.com and you already have https://mydomain.com/users, https://mydomain.com/usersc and you want to add a folder called 'app' (which would be https://mydomain.com/app
Edit the file z_us_root.php line two to say
$path=['','users/','usersc/','app/'];
and your php files should show right up in the admin_pages section of the dashboard and in your database.