sample.config.inc.php 150 B

123456
  1. <?php
  2. // database file for user accounts and level info. should be writable by the webserver.
  3. define('DB_FILE', '/var/www-data/netsim.sqlite3');
  4. ?>