Add quick settings to admin page, and placeholder full settings page

This commit is contained in:
2011-12-20 01:21:05 +00:00
parent 6e5bb3dfd8
commit 26580e812b
4 changed files with 62 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<?php
$main = StatusBoard_Main::instance();
$auth = $main->auth();
$config = $main->config();
?>