Please note, this is a STATIC archive of website www.perfexcrm.com from 28 Sep 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Customization

Disabling customers area

Disabling the client area will be easy way to achieve if you need this.

To achieve this you need to create your own view file.
Ex.
Navigate to application/views/themes/perfex/head.php and copy this file and rename it to my_head.php and on the top of this file (first line) add the code

Now this my_head.php will be used not head.php so when updates will come this will wont be replaced.
Or if you want to redirect somewhere you can add:

Now nobody will be able to access in the clients area.

Was this helpful?