Wednesday, August 28, 2013

How to change Oc-admin folder in Osclass?

First Change the name of oc-admin folder. 
Then change the following variable
 $path .= "oc-admin/"; to your desired name in osc_admin_base_path and osc_admin_base_url functions. But it should be same as the name of your folder that you changed. 
osc_admin_base_path and osc_admin_base_url both defined on oc-includes/osclass/helpers/hDefines.phpThat's the best and easiest way to do it.

No comments:

Post a Comment