API - How do i remove that from my client?

Arijan

New Member
Sep 23, 2011
18
0
Im using Revcms, and icant get it to work.
So how do i remove that? also when im click enter hotel then its need to go to my hotel and not api?
Help i will remove that.
 

ChunkyCurry

Member
Jan 4, 2012
141
6
Find the page that has enter on

E.G Me
Open It Up Do Ctrl + H
First Bar Type: api.php
second bad type: Client
Then Click Replace all So Instead of the enter button taking you to Api it'll Be Straight TO Your Client
 

Hejularr

Member
Dec 12, 2011
29
0
Might be easier to replace the content of api.php with "header('Location: /client'); exit;" - that way you do not have to go through all files with a client link and change the URL.
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Might be easier to replace the content of api.php with "header('Location: /client'); exit;" - that way you do not have to go through all files with a client link and change the URL.
Never knew that, but thanks for the tip.
 

Users who are viewing this thread

Top