X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=5160fb6cf80e1dd8c13d7ef202473f20da488aac;hb=fadc23d05cb75837058e8ab846b946f8c6eb4143;hp=aab9def111224ba57affb49f9554839a33e1bd7f;hpb=6cce2d168d3d7269f533d8838528188b9784ccfd;p=brisk.git diff --git a/web/index.php b/web/index.php index aab9def..5160fb6 100644 --- a/web/index.php +++ b/web/index.php @@ -2,7 +2,10 @@ /* * brisk - index.php * - * Copyright (C) 2006 matteo.nastasi@milug.org + * Copyright (C) 2006-2009 Matteo Nastasi + * mailto: nastasi@alternativeoutput.it + * matteo.nastasi@milug.org + * web: http://www.alternativeoutput.it * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,126 +20,610 @@ * not, write to the Free Software Foundation, Inc, 59 Temple Place - * Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ + * */ -require_once("brisk.phh"); +require_once("Obj/brisk.phh"); +require_once("Obj/auth.phh"); +require_once("Obj/proxyscan.phh"); + +$mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati.', + 'en' => 'Wrong user and/or password.') ); + +// Use of proxies isn't allowed. +if (!$G_is_local && is_proxy()) + exit; + +require_once("briskin5/Obj/briskin5.phh"); if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { echo "Debugging time!"; exit; } -log_load($sess, "LOAD: index.php"); +log_load("index.php"); + + +function pool_dom() { + GLOBAL $G_with_pool; + + $G_with_pool = TRUE; + // $G_with_pool = FALSE; + + if ($G_with_pool) { + return sprintf('
+ + + +
+
-
+
-
 
-
+