first commit

This commit is contained in:
schwaral
2022-11-25 07:07:16 +01:00
commit c086b964da
3188 changed files with 1063828 additions and 0 deletions

23
admin/test1.php Normal file
View File

@ -0,0 +1,23 @@
<?php
echo "
<html>
<head>
<link rel=\"stylesheet\" href=\"../styles_pc.css\" type=\"text/css\">
<script language='JavaScript'>
function oeffne()
{
fenstename = window.open('daten_pruefen_admin.php?uid=schwaral','popup','width=1000,height=770');
popup.focus();
}
</script>
</head>
<body>
<a href='#' onmouseover='oeffne()'>link</a>
</body>
</html>
";
?>