mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-30 00:57:16 +00:00
Update gen.php
This commit is contained in:
parent
31a00418d9
commit
b60e80ba80
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
ob_start(); // start trapping output
|
||||
$banana = @$_POST['banana'];
|
||||
$title = @$_POST['title'];
|
||||
$author = @$_POST['author'];
|
||||
$description = @$_POST['description'];
|
||||
$images_array = $_FILES['mytest'];
|
||||
$slides_array = @$_POST['imgs'];
|
||||
@ -89,9 +89,8 @@ if ($uploadOk == 0) {
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Pivilion | <?php echo $title; ?> </title>
|
||||
<meta name="author" content="Currated by <?php echo $author; ?>" />
|
||||
<meta name="author" content="pivilion.net | curated by <?php echo $banana; ?>" />
|
||||
<meta name="description" content="Pivilion darknet gallery" />
|
||||
<meta name="keywords" content="" />
|
||||
<meta name="Resource-type" content="Document" />
|
||||
<style type="text/css">
|
||||
.pace .pace-progress {
|
||||
@ -101,7 +100,7 @@ if ($uploadOk == 0) {
|
||||
top: 0;
|
||||
right: 100%;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
height: 5px;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="css/jquery.fullPage.css" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user