Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Rogier Neeleman 067d650a85 Bug in weergeven groepsnaam bij uitslag. před 8 roky
application Bug in weergeven groepsnaam bij uitslag. před 8 roky
bootstrap Change to bootstrap framework. před 8 roky
css Start of page style to work with. před 8 roky
images Change to bootstrap framework. před 8 roky
js HTML KickStart added před 8 roky
system CodeIgniter 3.0.4 added před 8 roky
.gitignore Backup map voor backups. před 8 roky
.htaccess updated htaccess file před 8 roky
README.md Enabled sessions před 8 roky
index.php CodeIgniter 3.0.4 added před 8 roky

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.