Add System Info and System Control (foundation)

This commit is contained in:
zlolz
2016-06-12 00:17:44 +00:00
parent f3ebe5ea4f
commit de7c0f7d79
4 changed files with 142 additions and 48 deletions

View File

@@ -133,6 +133,9 @@ $page = $_GET['page'];
<li>
<a href="index.php?page=admin_conf"><i class="fa fa-dashboard fa-fw"></i> Configure RaspAP</a>
</li>
<li>
<a href="index.php?page=system_info"><i class="fa fa-circle fa-fw"></i> System</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.navbar-default -->
@@ -176,6 +179,9 @@ $page = $_GET['page'];
case "save_hostapd_conf":
SaveHostAPDConfig();
break;
case "system_info":
DisplaySystem();
break;
default:
DisplayDashboard();
}