view mconfig.inc.php.example @ 93:f36ebd03afd6

User AJAX.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Oct 2013 20:26:03 +0300
parents 7bdf89601ba0
children 6edd7d623eab
line wrap: on
line source

<?
// Site configuration
$siteSettings = array(
//  "admPassword"     => "xxx",
  "sqlDB"           => "sqlite:fap.sqlite3",

  "debug"           => false,

  "userKeyLength"   => 8,
  "voteMin"         => -1,
  "voteMax"         => 2,

  "voteTimeout"     => 120,
  "admTimeout"      => 15,
);

date_default_timezone_set("Europe/Helsinki");

$securePages = array(
  "/fap2012/admin" => true,
  "/fap2012/register" => true,
  "/fap2012/vote" => false,
);


$pageTitle = "Finnish Amiga Party 2022";
$pageCharset = "utf-8";
$pageCSS = "fap.css";

?>