Skip to content
Snippets Groups Projects
Commit 9518f4c7 authored by isaack's avatar isaack
Browse files

Bug beseitigung

Install Bug
parent 276b83b1
Branches
Tags
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
<?php <?php
error_reporting(E_ALL); error_reporting(E_ALL);
require('../lib/functions.lib.php');
if(isset($_POST['datenbank_anlegen'])){ if(isset($_POST['datenbank_anlegen'])){
$inhalt = ' $inhalt = '
<?php <?php
...@@ -422,4 +424,4 @@ if(isset($_POST['impressum_anlegen'])){ ...@@ -422,4 +424,4 @@ if(isset($_POST['impressum_anlegen'])){
'; ';
} }
?> ?>
</center> </center>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment