Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit 4d25af4

Browse files
get rid of notice messages on some webspaces
1 parent aabd412 commit 4d25af4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
session_start();
2020
$_SESSION['status'] = array();
2121
$_SESSION['status'] = array('info' => 'Zippy erfolgreich gestartet. Bereit für weitere Aufgaben.');
22+
$postcont = null;
2223

2324
if (isset($_POST['dounzip'])) {
2425
$postcont = 'unzip';

0 commit comments

Comments
 (0)