Skip to content
Snippets Groups Projects
settingstemplate 468 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    // root directory for website - *with* trailing /
    $base = "$BASEDIR/";
    $baseurl = "/~$USERNAME/sucssite";
    $preferred_hostname = "sucs.org";
    $dbname="beta";
    
    // Settings for current election (god knows why they are here):
    define('ELECTION_YEAR', '2015');
    define('ELECTION_START', '2014-12-01 00:00');
    define('ELECTION_END', '2014-12-07 23:59');
    define('ELECTION_NO_MANIFESTO', 'https://sucs.org/~$USERNAME/sucssite/Vote/No%20Manifesto');