Skip to content
Snippets Groups Projects
Forked from sucssite / sucs-site
318 commits behind the upstream repository.
Imran Hussain's avatar
Imran Hussain authored
Disable verifying of the cert wehn talking to the SU-API VM. We don't need it,
as long as the data is sent down a secure connection that's all we really care
about. Also this makes tings easier to admin as we don't need to worry about
renewing certs during freshers.
9c458ae5
History

SUCS Site


Project Structure


Directory Description
components PHP components of the site, each drives a separate element - e.g. static content, the library, the help system, etc.
htdocs/css Cascading StyleSheets
htdocs/files Files for download (e.g. Help examples)
htdocs/images Images used by the site skin
htdocs/js JavaScript
htdocs/js/tinymce Placeholder dir for TinyMCE, which should not itself be stored in SVN
htdocs/pictures Images used in the content (e.g. /Help)
lib Custom libraries used by the site - e.g. session library
plugins Custom Smarty plugins used by the site - e.g. banana drawing function
static Static content for the static content components (includes help)
static/fragments Any HTML fragments used to make up parts of pages (e.g. secondary bars)
templates Smarty templates
templates_c Compiled Smarty templates - do not use this dir