formatting

pull/10/head
necro-nemesis 7 years ago
parent 4cc9382518
commit 6dcca791d4

@ -9,7 +9,7 @@
* lighttpd (I have version 1.4.31-2 installed via apt) * lighttpd (I have version 1.4.31-2 installed via apt)
* php5-cgi (I have version 5.4.4-12 installed via apt) * php5-cgi (I have version 5.4.4-12 installed via apt)
* along with their supporting packages, php5 will also need to be enabled. * along with their supporting packages, php5 will also need to be enabled.
* *
* @author Lawrence Yau <sirlagz@gmail.com> * @author Lawrence Yau <sirlagz@gmail.com>
* @author Bill Zimmerman <billzimmerman@gmail.com> * @author Bill Zimmerman <billzimmerman@gmail.com>
* @license GNU General Public License, version 3 (GPL-3.0) * @license GNU General Public License, version 3 (GPL-3.0)
@ -131,7 +131,7 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES);
<?php if ( RASPI_NETWORK_ENABLED ) : ?> <?php if ( RASPI_NETWORK_ENABLED ) : ?>
<li> <li>
<a href="index.php?page=network_conf"><i class="fa fa-sitemap fa-fw"></i> <?php echo _("Configure networking"); ?></a> <a href="index.php?page=network_conf"><i class="fa fa-sitemap fa-fw"></i> <?php echo _("Configure networking"); ?></a>
</li> </li>
<?php endif; ?> <?php endif; ?>
<?php if ( RASPI_DHCP_ENABLED ) : ?> <?php if ( RASPI_DHCP_ENABLED ) : ?>
<li> <li>
@ -187,7 +187,7 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES);
</div> </div>
</div><!-- /.row --> </div><!-- /.row -->
<?php <?php
$extraFooterScripts = array(); $extraFooterScripts = array();
// handle page actions // handle page actions
switch( $page ) { switch( $page ) {
@ -209,7 +209,7 @@ $extraFooterScripts = array();
case "openvpn_conf": case "openvpn_conf":
DisplayOpenVPNConfig(); DisplayOpenVPNConfig();
break; break;
case "lokinet_conf": case "lokinet_conf":
DisplayLokinetConfig(); DisplayLokinetConfig();
break; break;
case "torproxy_conf": case "torproxy_conf":
@ -235,7 +235,7 @@ $extraFooterScripts = array();
} }
?> ?>
</div><!-- /#page-wrapper --> </div><!-- /#page-wrapper -->
</div><!-- /#wrapper --> </div><!-- /#wrapper -->
<!-- RaspAP JavaScript --> <!-- RaspAP JavaScript -->

Loading…
Cancel
Save