mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 18:51:56 +01:00
6 lines
102 B
PHP
6 lines
102 B
PHP
<?php
|
|
# Quelle: http://www.schattenbaum.net/php/
|
|
$datei = "flowers.txt";
|
|
unlink ($datei);
|
|
?>
|