Esempio n. 1
0
    Parpaing is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Parpaing is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Parpaing.  If not, see <http://www.gnu.org/licenses/>.
*/
include_once "header.php";
require_once 'engine/bo/WifiBo.' . $config["parpaing"]["dialect"] . '.php';
$wifiBo = WifiBo::newInstance($config);
$info = $wifiBo->getInfo();
?>
<div class="container theme-showcase" role="main">
	<ol class="breadcrumb">
		<li><?php 
echo lang("breadcrumb_index");
?>
</li>
		<li class="active"><?php 
echo lang("breadcrumb_wifi");
?>
</li>
	</ol>

	<div class="panel panel-default">