Hotel shutdown on emu

anthonyy

Member
Dec 23, 2014
127
10
I'm using PlusEmu Revcms and when i type :shutdown on the hotel. It takes me to a different hotel and i want to change it so it goes to my hotel url /me how do i do that i thought it was here in my external_vars:

client.connection.failed.url=${url.prefix}/client_connection_failed
client.fatal.error.url=${url.prefix}/flash_client_error

but no that doesn't seem to work.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Code:
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/me",
"client.connection.failed.url" : "{url}/me",
There you go for your client.

For your external_variables.txt:
Code:
logout.concurrent.url=${url.prefix}/me
logout.disconnect.url=${url.prefix}/me
logout.disconnect.url=${url.prefix}/me
 

anthonyy

Member
Dec 23, 2014
127
10
Code:
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/me",
"client.connection.failed.url" : "{url}/me",
There you go for your client.

For your external_variables.txt:
Code:
logout.concurrent.url=${url.prefix}/me
logout.disconnect.url=${url.prefix}/me
logout.disconnect.url=${url.prefix}/me
marked as best answer and it worked thankyou @Central
 

Users who are viewing this thread

Top