PHP Code:
<?php
include("../include.inc.php");
if (empty($_GET)) {
echo "Öffne localhost/reload/index.php?done";
}
if (isset($_GET['done'])) {
reload_all_village_points();
reload_all_player_points();
reload_all_ally_points();
reload_ally_rangs();
reload_player_rangs();
reload_kill_player();
echo "Alles wurde aktuellisiert";
Header("Location: index.php?done");
}
?>
so geht es
PHP Code:
Header("Location: index.php?done");
Habs oben eingebaut
✝ RiP ✝
Weiter geht's