1
0
www.mikescher.com/www/statics/programs/Blitzer.php

19 lines
513 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'Blitzer',
'category' => 'Hoax',
'stars' => 0,
'ui_language' => 'English',
'prog_language' => 'Delphi',
'short_description' => 'Hoax you teachers/friends with flashing lights on your monitor.',
'add_date' => '2008-05-05',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/Blitzer_description.md'); },
2017-11-09 17:43:34 +01:00
'thumbnail_url' => 'Blitzer.png',
2017-11-08 17:39:50 +01:00
];