Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Rogier Neeleman 067d650a85 Bug in weergeven groepsnaam bij uitslag. 8 лет назад
application Bug in weergeven groepsnaam bij uitslag. 8 лет назад
bootstrap Change to bootstrap framework. 8 лет назад
css Start of page style to work with. 8 лет назад
images Change to bootstrap framework. 8 лет назад
js HTML KickStart added 8 лет назад
system CodeIgniter 3.0.4 added 8 лет назад
.gitignore Backup map voor backups. 8 лет назад
.htaccess updated htaccess file 8 лет назад
README.md Enabled sessions 8 лет назад
index.php CodeIgniter 3.0.4 added 8 лет назад

README.md

README

This is a score system for scout patrols in the Netherlands.

Installation

  • Copy the whole tree to a webserver with php support.
  • In /application/config/ copy config_example.php to config.php.
  • In /application/config/ copy database_example.php to database.php.
  • Edit the config.php and edit the variables:
    • base_url, the URL of the website.
    • language, your language. Dutch or English.
    • sess_*, your session cookie preferences.
  • Edit the database.php to your needs.