diff --git a/bot.php b/bot.php index eee43d5..105c55b 100644 --- a/bot.php +++ b/bot.php @@ -7,7 +7,6 @@ $lastrun = 0; if (file_exists('.lastrun')) { $lastrun = file_get_contents('.lastrun'); } -echo $lastrun; function get_text($url) { $curl = curl_init();