From what I've seen around the code, you can do this by hooking a function on admin_init, do you stuff and then die().
Is there a better way that follows "WP best practices" I'm missing here?
The page should not have any default body content, like the dashboard sidebar, but the admin scripts/CSS should be loaded normally.
die()you can rest assured that is not the proper way – HungryCoder Jun 18 '12 at 17:07wp-config.phpso that you can wp environments. from that page, you can handle the configurations. but its also surely NOT best practice. – HungryCoder Jun 18 '12 at 17:13