Compare commits

..

2 Commits

Author SHA1 Message Date
7c6eaa895d Fix xml format 2026-05-13 22:39:00 +02:00
f5a48a62db fix copy 2026-05-13 22:09:52 +02:00
2 changed files with 7 additions and 7 deletions

View File

@@ -1992,10 +1992,6 @@ $mcmahonfirst = '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Country typeversion="1">
<InternetCode>si</InternetCode>
<Name>Slovenia</Name>
<Club typeversion="1">
<Name>Ljub</Name>
<EGDName>Ljub</EGDName>
</Club>
</Country>
<Country typeversion="1">
<InternetCode>sj</InternetCode>
@@ -2213,4 +2209,5 @@ $mcmahonlast = '<TournamentRound typeversion="2">
<TournamentRound typeversion="2">
<RoundNumber>5</RoundNumber>
<LastUpdated>2026-05-13 21:29:04</LastUpdated>
</TournamentRound>';
</TournamentRound>
</Tournament>';

View File

@@ -1,2 +1,5 @@
sudo rm -rf html/wp-content/plugins/go-form-plugin
sudo cp -r go-form-plugin html/wp-content/plugins/
cd ..
sudo rm -rf scripts/html/wp-content/plugins/go-form-plugin
sudo mkdir scripts/html/wp-content/plugins/go-form-plugin
sudo cp main.php scripts/html/wp-content/plugins/go-form-plugin/
sudo cp -r go-form-plugin scripts/html/wp-content/plugins/go-form-plugin/go-form-plugin/