greetings from italy
This commit is contained in:
7
display.php
Normal file
7
display.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
header("Refresh: 1; URL=display.php");
|
||||
echo("<body bgcolor='#000' style='font-size: 80px; color: white; font-family: sans-serif;'><table style='height:100%; width:100%;'><tr><td valign='middle' align='center' style='font-size: 80px; color: white; font-family: sans-serif;'>");
|
||||
$handle = fopen("message.txt", "r");
|
||||
$contents = fread($handle, filesize("message.txt"));
|
||||
echo($contents);
|
||||
?>
|
||||
Reference in New Issue
Block a user