[R63 REVCMS HOW TO] View-source on client.php REVCMS- SSO ticket

C0dy

New Member
Nov 24, 2015
20
4
Its not a great release but its something, if you dont want it to say RevCMS- on your client.php when people view-source its a really simple fix. Head on over to your class.users.php and then CTRL + f and search for "Create SSO auth_ticket" look for where it says
Code:
        $sessionKey = 'RevCMS-
Simply change RevCMS- to the name of your hotel.
Next, if you now CTRL + F and search for "Adding/Updating/Deleting users" look for
Code:
            $sessionKey = 'RevCMS-
same as before, change RevCMS- to the name of your hotel. Now simply, save the file and reload the client and view the source and it should say your hotel name.

I dont know why I made this thread but I've been asked a few times on how to change that RevCMS- SSO and that is how I did it
 

Users who are viewing this thread

Top