Subversion Repositories ALCASAR

Rev

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

Rev 1678 Rev 1729
Line 1... Line 1...
1
<?php
1
<?php
2
# $Id: index.php 1678 2015-07-30 08:38:41Z richard $
2
# $Id: index.php 1729 2015-12-22 08:34:53Z richard $
3
#
3
#
4
# index.php for ALCASAR captive portal
4
# index.php for ALCASAR captive portal
5
# by REXY
5
# by REXY
6
# UI & css style by stephane ERARD
6
# UI & css style by stephane ERARD
7
# The contents of this file may be used under the terms of the GNU
7
# The contents of this file may be used under the terms of the GNU
Line 373... Line 373...
373
	}
373
	}
374
?>
374
?>
375
		</div>
375
		</div>
376
		<div id="corner">
376
		<div id="corner">
377
			<div id="adm" class="corn">
377
			<div id="adm" class="corn">
378
				<a href="https://<?php echo $hostname; ?>/acc"><img src=<?php echo $img_rep.''.$img_adm; ?>></a>
378
				<a href="https://<?php echo $hostname; ?>/acc/"><img src=<?php echo $img_rep.''.$img_adm; ?>></a>
379
			</div>
379
			</div>
380
		</div>
380
		</div>
381
	</body>
381
	</body>
382
</html>
382
</html>