diff --git a/index.php b/index.php index 79d8517..ce86340 100644 --- a/index.php +++ b/index.php @@ -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'] )) { + if ( typeof wpOnload === \'function\' ) { wpOnload() }
+ ← Zurück zu Wordpress