hajime/public/index.php
2023-08-12 00:16:32 +02:00

16 lines
669 B
PHP

<?php
require_once __DIR__ . '/../startup.php';
if(isset($_REQUEST['test']))
die($flashii->printMessage("<h1>Test!</h1>"));
if(isset($_GET['malloc']))
die('<iframe style="position:fixed;top:0px;left:0px;right:0px;bottom:0px;height:100%;width:100%;" src="//www.youtube-nocookie.com/embed/mzqmceJsWPw?rel=0&loop=1&hd=1&version=3&showinfo=0&autoplay=1&autohide=1&disablekb=1" frameborder="0"></iframe>');
if(isset($_GET['quadro']))
die('<img src="/assets/img/shitty-fucking-meme.png" alt="YOU ARE FUCKING GAY" style="position:fixed;top:0px;bottom:0px;left:0px;right:0px;width:100%;height:100%;" />');
$mdparser = new Parsedown();
require_once fiiSwitch_path();