Update gen.php

This commit is contained in:
v3d 2016-12-11 20:11:29 +00:00
parent 31a00418d9
commit b60e80ba80

View File

@ -1,7 +1,7 @@
<?php <?php
ob_start(); // start trapping output ob_start(); // start trapping output
$banana = @$_POST['banana'];
$title = @$_POST['title']; $title = @$_POST['title'];
$author = @$_POST['author'];
$description = @$_POST['description']; $description = @$_POST['description'];
$images_array = $_FILES['mytest']; $images_array = $_FILES['mytest'];
$slides_array = @$_POST['imgs']; $slides_array = @$_POST['imgs'];
@ -89,9 +89,8 @@ if ($uploadOk == 0) {
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pivilion | <?php echo $title; ?> </title> <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="description" content="Pivilion darknet gallery" />
<meta name="keywords" content="" />
<meta name="Resource-type" content="Document" /> <meta name="Resource-type" content="Document" />
<style type="text/css"> <style type="text/css">
.pace .pace-progress { .pace .pace-progress {
@ -101,7 +100,7 @@ if ($uploadOk == 0) {
top: 0; top: 0;
right: 100%; right: 100%;
width: 100%; width: 100%;
height: 2px; height: 5px;
} }
</style> </style>
<link rel="stylesheet" type="text/css" href="css/jquery.fullPage.css" /> <link rel="stylesheet" type="text/css" href="css/jquery.fullPage.css" />