3 if($_POST["name"] == "ecorvid" && $_POST["pass"] == "notsecret"){
4 $_SESSION["HentaiQueue"] = "pervert";
5 header("Location: /twitter/");
11 <meta http
-equiv
="Content-Type" content
="text/html; charset=utf-8">
12 <base href
="http://verniy.xyz/twitter/" />
13 <title
>Submit to @VerniyEro
</title
>
15 <body style
='margin: 2% 5%;'>
16 <h1
>Submit to
<a href
="https://twitter.com/VerniyEro/">@VerniyEro
</a
></h1
>
18 require("class/queue-database-construction.php");
19 $construction = (new QueueDatabaseConstruction());
20 if($_SESSION["HentaiQueue"] != "pervert"){
21 $construction->buildPassForm();
24 $construction->buildQueueForm();
25 $construction->displayTabularDatabase("TweetQueue", true);
29 <script src
="form-script.js?1"></script
>