sensaze
Member
- Jan 29, 2017
- 73
- 7
Hi there,
When I shutdown my EMU using the shutdown command, it directs to this page:
However in the client.php file, this is how its configured:
Why isn't it re-directing to /me?
When I shutdown my EMU using the shutdown command, it directs to this page:
Code:
https://habbro.pw/account/disconnected?reason=logout&origin=popup
However in the client.php file, this is how its configured:
PHP:
Client.addVariable("client.reload.url", "<?= $config['hotelUrl'] ?>/me");
Client.addVariable("client.fatal.error.url", "<?= $config['hotelUrl'] ?>/me");
Client.addVariable("client.connection.failed.url", "<?= $config['hotelUrl'] ?>/me");
Why isn't it re-directing to /me?