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

20 lines
549 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'NedSchend',
'category' => 'Hoax',
'stars' => 1,
'ui_language' => 'German',
'prog_language' => 'Delphi',
'short_description' => 'Send anonymous messages over the Windows Messenger service to other pc\"s in your " +
"LAN',
'add_date' => '2009-02-11',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/NedSchend_description.md'); },
2017-11-09 17:43:34 +01:00
'thumbnail_url' => 'NedSchend.png',
2017-11-08 17:39:50 +01:00
];