06-21-2017, 04:19 PM
the function is called in admin_pages.php
`//Get list of php files for each $path
foreach ($paths as $path){
$rows=getPathPhpFiles($abs_us_root,$us_url_root,$path);
foreach ((array)$rows as $row){
$pages[]=$row;
}
}'
if that helps in tracking it down
`//Get list of php files for each $path
foreach ($paths as $path){
$rows=getPathPhpFiles($abs_us_root,$us_url_root,$path);
foreach ((array)$rows as $row){
$pages[]=$row;
}
}'
if that helps in tracking it down