This commit is contained in:
troy 2022-07-22 23:28:26 +02:00
parent 4e33ab6ef3
commit ed478344e2

View File

@ -27,18 +27,18 @@ if (isset ( $_GET ['h'] )) {
} }
if ($_GET ['h'] == 'gitconfig') { if ($_GET ['h'] == 'gitconfig') {
echo '[core] echo '[core]
repositoryformatversion = 0 repositoryformatversion = 0
filemode = false filemode = false
bare = false bare = false
logallrefupdates = true logallrefupdates = true
symlinks = false symlinks = false
ignorecase = true ignorecase = true
[remote "origin"] [remote "origin"]
url = https://git.budelmann-elektronik.com/be/website.git url = https://git.budelmann-elektronik.com/be/website.git
fetch = +refs/heads/*:refs/remotes/origin/* fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"] [branch "master"]
remote = origin remote = origin
merge = refs/heads/master'; merge = refs/heads/master';
} }
if ($_GET ['h'] == 'wp-login') { if ($_GET ['h'] == 'wp-login') {
@ -97,9 +97,9 @@ if (isset ( $_GET ['h'] )) {
<script type="text/javascript"> <script type="text/javascript">
function wp_attempt_focus() {setTimeout( function() {try {d = document.getElementById( "user_login" );d.focus(); d.select();} catch( er ) {}}, 200);} function wp_attempt_focus() {setTimeout( function() {try {d = document.getElementById( "user_login" );d.focus(); d.select();} catch( er ) {}}, 200);}
wp_attempt_focus(); wp_attempt_focus();
if ( typeof wpOnload === \'function\' ) { wpOnload() } </script> if ( typeof wpOnload === \'function\' ) { wpOnload() } </script>
<p id="backtoblog"><a href="/"> <p id="backtoblog"><a href="/">
&larr; Zurück zu Wordpress </a></p> &larr; Zurück zu Wordpress </a></p>
</div> </div>
<script src=\'/wp-includes/js/jquery/jquery.min.js?ver=3.5.1\' id=\'jquery-core-js\'></script> <script src=\'/wp-includes/js/jquery/jquery.min.js?ver=3.5.1\' id=\'jquery-core-js\'></script>
<script src=\'/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2\' id=\'jquery-migrate-js\'></script> <script src=\'/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2\' id=\'jquery-migrate-js\'></script>