<?php

// database file for user accounts and level info. should be writable by the webserver.
define('DB_FILE', '/var/www-data/netsim.sqlite3');

?>