-
Notifications
You must be signed in to change notification settings - Fork 1
/
apconfig.php
50 lines (38 loc) · 1.78 KB
/
apconfig.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="/css/main.css" />
<title>rpi-cam Raspberry Pi Camera Webserver</title>
<!-- <link rel="icon" href="favicon.ico" type="image/x-icon"> -->
</head>
<div id="maintitle">
<div style="width:1010px;margin:0px auto;text-align:left;background-color:#bdbec6;border:1px solid #000000;">
<div id="title">
<img src="/images/raspberry-pi-icon.png" style="float:right;width:100px;height:89px;margin-left:3px;" alt="RPI Icon" />
<h1 style="float:right;width:100px;height:29px;margin-right:-110px;margin-top: 85px;">
<font color="red">rpi-cam</font>
</h1>
<h1>Raspberry Pi Camera Webserver</h1>
</br></br>A simple LAMP based server with support for the Raspberry Pi Camera Module
</div>
</div>
<!--
<img src="/images/raspberry-pi-icon.png" width="100" height="89" alt="RPi Icon">
<p style="margin-top: -20px;"> Raspberry Pi Camera Webserver</p>
-->
<body>
<?php
include 'includes/checklogin.php';
?>
</BR></BR></BR></BR></BR><h1>Configure rpi-cam AP functions:</h1>
<p>Configuration Page was taken from <a href="http://sirlagz.net/2013/02/08/raspap-webgui/" target="_blank"> The Rantings and Ravings of a Madman blog</a></p>
<iframe src="ap/index.php" width="100%" height="500" scrolling="no" name="RaspAP WebGUI">
<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen:
Sie können die eingebettete Seite über den folgenden Verweis
aufrufen: <a href="ap/index.php">RaspAP WebGUI</a></p>
</iframe>
</br></br>
<a href="index.php">Return to main</a>
<p>(c) 2013 by <a href="http://www.supagusti.tk" target="_blank">Supagusti's Blog</a></p>
</body>
</html>