Subversion Repositories ALCASAR

Rev

Rev 2850 | Rev 2935 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2850 Rev 2930
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: status.php 2850 2020-07-15 22:24:44Z rexy $
2
# $Id: status.php 2930 2021-03-20 14:26:14Z rexy $
3
#
3
#
4
# status.php for ALCASAR captive portal
4
# status.php for ALCASAR captive portal
5
# by steweb57 & Rexy
5
# by steweb57 & Rexy
6
# 
6
# 
7
/****************************************************************
7
/****************************************************************
Line 336... Line 336...
336
<!DOCTYPE html>
336
<!DOCTYPE html>
337
<html>
337
<html>
338
	<head>
338
	<head>
339
		<meta charset="UTF-8">
339
		<meta charset="UTF-8">
340
		<title>ALCASAR - <?= $organisme ?></title>
340
		<title>ALCASAR - <?= $organisme ?></title>
341
	
-
 
342
		<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css">
341
		<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css">
343
		<link type="text/css" href="/css/status.css" rel="stylesheet">
342
		<link type="text/css" href="/css/status.css" rel="stylesheet">
344
 
-
 
-
 
343
		<link rel="icon" href="/images/favicon-48.ico" type="image/ico">
345
		<script src="js/ChilliLibrary.js"></script>
344
		<script src="js/ChilliLibrary.js"></script>
346
		<script>
345
		<script>
347
			chilliController.host = '<?= $conf['HOSTNAME'].'.'.$conf['DOMAIN'] ?>';
346
			chilliController.host = '<?= $conf['HOSTNAME'].'.'.$conf['DOMAIN'] ?>';
348
			chilliController.port = <?= (($useHTTPS) ? 3991 : 3990) ?>;
347
			chilliController.port = <?= (($useHTTPS) ? 3991 : 3990) ?>;
349
			chilliController.ssl  = <?= (($useHTTPS) ? 'true' : 'false') ?>;
348
			chilliController.ssl  = <?= (($useHTTPS) ? 'true' : 'false') ?>;