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