-
Notifications
You must be signed in to change notification settings - Fork 51
Folders
subins2000 edited this page Sep 4, 2014
·
1 revision
There are 4 sub folders in Open. These folders are created for special files. Here are the folders
Folder | Description |
---|---|
cdn/css | The CSS stylesheets |
cdn/js | JavaScript files |
cdn/img | The image files used in the Open are stored in this folder |
inc | The core file required by Open is in here |
source/ajax | The files where ajax sends request to |
source/data | User Datas are handled here. This includes file uploading function and the fake urlsof user uploaded fileare managed here. |
source/me | All pages that are associated with accounts |
source/oauth | The OAuth login files are in here |
In the inc
directory, we use PHP Composer to load the Klein router. So, Composer folders are in it. Here is the directory tree except those of Composer's :
Folder | Description |
---|---|
mailer | PHPMailer class files |
oauth | PHP OAuth class files |