For example:
redirect("listcontent.php");
becomes
redirect($config["root_url"]."/".$config["admin_dir"]."/"."listcontent.php");
This lets me to take the whole admin interface out-of-band, sticking it on its own HTTPS instance with extra password pre-auth in front of the CMSMS login.
I don't know how many people would find this useful (most people aren't as paranoid as me) but I was wondering whether this change to the redirect() calls in /admin/*.php would be safe to commit into the core dev branch. This would make future updates easier for me
