<?php ########################################################################## # # # Vote for IT! # # # # # # # # This script is freeware and is realeased under the GPL # # Copyright (C) 2002 # # # # 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 # # the Free Software Foundation; either version 2 of the License, or # # at your option) any later version. # # # # This program is distributed in the hope that it will be useful, # # but WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # # GNU General Public License for more details. # # # # In diesem File werden die Konfigurationseinträge von "Vote # # for it" gespeichert. Hier müssen Sie die Variablen anpassen! # # # # Die Kommentare und Copyrights dürfen nicht gelöscht werden # # # # Version 2.0.3 (c) T.Zenerino http://www.zenerino.ch # # # ########################################################################## //Geben Sie zwischen den beiden "" ihre E-Mail Adresse an. $email = ""; //Geben Sie hier ihr Username und ihr Passwort an. $username = "username"; $password = "password"; //Name der Vote Index Datei und Admin Datei $votefile = "vote.php"; $adminfile = "admin.php"; ?>