Initial
This commit is contained in:
11
web/list/server/preview/index.php
Normal file
11
web/list/server/preview/index.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$TAB = "SERVER";
|
||||
|
||||
// Main include
|
||||
include $_SERVER["DOCUMENT_ROOT"] . "/inc/main.php";
|
||||
|
||||
// Render page
|
||||
render_page($user, $TAB, "list_server_preview");
|
||||
|
||||
// Back uri
|
||||
$_SESSION["back"] = $_SERVER["REQUEST_URI"];
|
||||
Reference in New Issue
Block a user