diff mconfig.inc.php.example @ 0:8019b357cc03

Initial import.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Dec 2012 19:07:18 +0200
parents
children f2877f1b0b75
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mconfig.inc.php.example	Tue Dec 04 19:07:18 2012 +0200
@@ -0,0 +1,31 @@
+<?
+// Site configuration
+$siteSettings = array(
+  "allowRegister" => false,
+  "allowVoting" => TRUE,
+  "showResults" => TRUE,
+  "showAuthors" => TRUE,
+  "maxAttendees" => 60,
+
+  "admpass" => "supreme",
+  "dbfilename" => "fap.sqlite3",
+
+  "votekeylen" => 8,
+);
+
+
+$securePages = array(
+  "/fap2012/admin" => true,
+  "/fap2012/register" => true,
+  "/fap2012/vote" => false,
+);
+
+$pageTitle = "Finnish Amiga Party 2012";
+$pageCharset = "utf-8";
+$pageCSS = "fap.css";
+
+$specURLs = array(
+  "irc" => array("irc://#fap2012@ircnet", "#fap2012 @ IRCNet"),
+);
+
+?>
\ No newline at end of file