basic auth
This commit is contained in:
parent
0bd8a0cfc0
commit
73dafb8999
8 changed files with 274 additions and 0 deletions
16
libs/page.php
Normal file
16
libs/page.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
require("../libs/auth.php");
|
||||
function page_header() { ?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>NewBiglyChat</title>
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<?php }
|
||||
function page_footer() { ?>
|
||||
</body>
|
||||
</html>
|
||||
<?php }
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue