You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rxsegrxup edited this page Oct 30, 2013
·
1 revision
Using the config file you can change the locations of the folders.
Simply edit the static variables in /lib/config.php and move you folders respectively.
For example, by default all of the class libraries (including config.php) are located at /lib/
You can change the $CLASSES variable to point to "classes/" and change the name of the folder from "lib" to classes. Second, you will need to change the bootstrap.php file in the root to use "classes/config.php" in order for everything to come together.