commit
21b5fd07e6
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
// Login und Admin Status testen. Wenn kein Admin-Status, Weiterleiten auf index.php und beenden
|
||||
SESSION_START();
|
||||
require_once 'konfiguration.php';
|
||||
|
|
@ -179,9 +180,9 @@ function colorize (e){ //KS
|
|||
|
||||
scheduler.config.all_timed = "short"; // night events arent multi-day - events under 24h are shown
|
||||
scheduler.config.lightbox.sections=[
|
||||
{name:"description", height:130, map_to:"text", type:"textarea" , focus:true},
|
||||
{name:"Dienstbeschreibung", height:90, type:"textarea", map_to:"Info" },
|
||||
{name:"Konakt", height:200, type:"textarea", map_to:"Kontakt" },
|
||||
{name:"description", height:130, map_to:"text", type:"textarea" , focus:true},
|
||||
{name:"Dienstbeschreibung", height:90, type:"textarea", map_to:"Info" },
|
||||
{name:"Konakt", height:200, type:"textarea", map_to:"Kontakt" },
|
||||
{name:"time", height:72, type:"time", map_to:"auto"}
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
SESSION_START();
|
||||
|
||||
require_once 'konfiguration.php';
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ require_once '/etc/helferdb_konfiguration.php';
|
|||
// define( 'MYSQL_KENNWORT', 'passwort_des_db_nutzers' );
|
||||
// define( 'MYSQL_DATENBANK', 'name_der_datenbank' );
|
||||
// define( 'LOGFILE', "/pfad/zu/einer/www-schreibbaren/datei");
|
||||
define( 'EVENTNAME', "dubbelcon");
|
||||
define('EVENTNAME', "dubbelcon");
|
||||
// define( 'INFORMATIONS_URL', "http://drop-am-see.de/Gelaende");
|
||||
|
||||
date_default_timezone_set('Europe/Berlin');
|
||||
|
|
|
|||
Loading…
Reference in New Issue