Worky
This commit is contained in:
16
panel/index.php
Normal file
16
panel/index.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
include_once($_SERVER['DOCUMENT_ROOT'] . '/includes/authcheck.php');
|
||||
include_once($_SERVER['DOCUMENT_ROOT'] . '/db_config.php');
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="../assets/css/style.css">
|
||||
<title>TVPN Panel</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/header.php'); ?>
|
||||
<h1>Hello World!</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user