From 244d74474a7fcb06fc1a86c9efba771c601f3df4 Mon Sep 17 00:00:00 2001 From: ichdasich Date: Wed, 10 Sep 2008 18:30:16 +0000 Subject: fixed all the files in /admin git-svn-id: svn://svn.cccv.de/engel-system@284 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/admin/EngelType.php | 6 +++--- www-ssl/admin/Recentchanges.php | 4 ++-- www-ssl/admin/UserPicture.php | 8 ++++---- www-ssl/admin/aktiv.php | 6 +++--- www-ssl/admin/dbUpdateFromXLS.php | 10 +++++----- www-ssl/admin/debug.php | 6 +++--- www-ssl/admin/dect.php | 10 +++++----- www-ssl/admin/dect_call.php | 4 ++-- www-ssl/admin/faq.php | 6 +++--- www-ssl/admin/free.php | 6 +++--- www-ssl/admin/index.php | 6 +++--- www-ssl/admin/news.php | 6 +++--- www-ssl/admin/room.php | 6 +++--- www-ssl/admin/schichtplan.php | 4 ++-- www-ssl/admin/schichtplan_druck.php | 24 ++++++++++++------------ www-ssl/admin/shiftadd.php | 4 ++-- www-ssl/admin/sprache.php | 4 ++-- www-ssl/admin/tshirt.php | 6 +++--- www-ssl/admin/user.php | 6 +++--- www-ssl/admin/user2.php | 10 +++++----- www-ssl/admin/userDefaultSetting.php | 6 +++--- 21 files changed, 74 insertions(+), 74 deletions(-) (limited to 'www-ssl') diff --git a/www-ssl/admin/EngelType.php b/www-ssl/admin/EngelType.php index cc442483..af974428 100755 --- a/www-ssl/admin/EngelType.php +++ b/www-ssl/admin/EngelType.php @@ -1,8 +1,8 @@ diff --git a/www-ssl/admin/Recentchanges.php b/www-ssl/admin/Recentchanges.php index 265dd18d..ec167e17 100755 --- a/www-ssl/admin/Recentchanges.php +++ b/www-ssl/admin/Recentchanges.php @@ -2,7 +2,7 @@ $title = "ChangeLog"; $header = "Datenbank-Auszug"; -include ("./inc/header.php"); +include ("../../includes/header.php"); $SQL = "SELECT * FROM `ChangeLog` ORDER BY `Time` DESC LIMIT 0,10000"; $Erg = mysql_query($SQL, $con); @@ -24,6 +24,6 @@ for ($n = 0 ; $n < mysql_num_rows($Erg) ; $n++) echo "\n"; -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/UserPicture.php b/www-ssl/admin/UserPicture.php index 7871338b..1b636dcf 100755 --- a/www-ssl/admin/UserPicture.php +++ b/www-ssl/admin/UserPicture.php @@ -1,8 +1,8 @@ "; echo "
picture upload\n"; -include ("./inc/footer.php"); -?> \ No newline at end of file +include ("../../includes/footer.php"); +?> diff --git a/www-ssl/admin/aktiv.php b/www-ssl/admin/aktiv.php index 25162283..9c6174f8 100755 --- a/www-ssl/admin/aktiv.php +++ b/www-ssl/admin/aktiv.php @@ -2,8 +2,8 @@ $title = "akive Engel"; $header = "Liste der aktiven Engel"; -include ("./inc/header.php"); -include ("./inc/funktion_db_list.php"); +include ("../../includes/header.php"); +include ("../../includes/funktion_db_list.php"); echo "
"; echo Get_Text("pub_aktive_Text1")."
\n"; @@ -92,6 +92,6 @@ echo ""; echo "
Anzahl eintraege: $aktivecount / $rowcount (Aktive/Mitschichten)

"; -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/dbUpdateFromXLS.php b/www-ssl/admin/dbUpdateFromXLS.php index e97e30d7..3f66a310 100755 --- a/www-ssl/admin/dbUpdateFromXLS.php +++ b/www-ssl/admin/dbUpdateFromXLS.php @@ -1,8 +1,8 @@ \n"; V e r s i o n ##############################################################################################*/ if( $EnableRoomFunctions) - include("./inc/funktion_xml_room.php"); + include("../../includes/funktion_xml_room.php"); if( $EnableSchudleFunctions) - include("./inc/funktion_xml_schudle.php"); + include("../../includes/funktion_xml_schudle.php"); /*############################################################################################## @@ -288,6 +288,6 @@ echo "
\n"; } //if XMLopenOOK -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/debug.php b/www-ssl/admin/debug.php index 9ab7295f..afc394eb 100755 --- a/www-ssl/admin/debug.php +++ b/www-ssl/admin/debug.php @@ -2,8 +2,8 @@ $title = "Debug-Liste"; $header = "Datenbank-Auszug"; -include ("./inc/header.php"); -include ("./inc/funktion_db_list.php"); +include ("../../includes/header.php"); +include ("../../includes/funktion_db_list.php"); echo "

Web Counter

"; funktion_db_list("Counter"); @@ -58,6 +58,6 @@ $rowcount = mysql_num_rows($Erg); for ($i=0; $i<$rowcount; $i++) echo mysql_result($Erg, $i, 1). "x '". mysql_result($Erg, $i, 0). "'
\n"; -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/dect.php b/www-ssl/admin/dect.php index 166803c5..43f8a77e 100755 --- a/www-ssl/admin/dect.php +++ b/www-ssl/admin/dect.php @@ -2,11 +2,11 @@ $title = "Engelsystem - DECT"; $header = "DECT send call"; -include ("./inc/header.php"); +include ("../../includes/header.php"); -include ("./inc/config_IAX.php"); -//include ("./inc/funktion_modem.php"); -include ("./inc/funktion_cron.php"); +include ("../../includes/config_IAX.php"); +//include ("../../includes/funktion_modem.php"); +include ("../../includes/funktion_cron.php"); if( !isset($_GET["dial"])) $_GET["dial"] = ""; if( !isset($_GET["custum"])) $_GET["custum"] = ""; @@ -65,6 +65,6 @@ if( $_GET["dial"]=="dial") echo ""; -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/dect_call.php b/www-ssl/admin/dect_call.php index f0e9bb4d..0befbe3a 100755 --- a/www-ssl/admin/dect_call.php +++ b/www-ssl/admin/dect_call.php @@ -1,7 +1,7 @@ diff --git a/www-ssl/admin/faq.php b/www-ssl/admin/faq.php index c239e71c..2a927eab 100755 --- a/www-ssl/admin/faq.php +++ b/www-ssl/admin/faq.php @@ -2,8 +2,8 @@ $title = "Himmel"; $header = "FAQ / Fragen an die Erzengel"; $submenus = 1; -include ("./inc/header.php"); -include ("./inc/funktion_db.php"); +include ("../../includes/header.php"); +include ("../../includes/funktion_db.php"); //var init $quest_bearb=0; @@ -279,5 +279,5 @@ else echo "\n"; } -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/free.php b/www-ssl/admin/free.php index 3c01e220..cf36ded5 100755 --- a/www-ssl/admin/free.php +++ b/www-ssl/admin/free.php @@ -2,8 +2,8 @@ $title = "Erzengel"; $header = "Freie Engel"; -include ("./inc/header.php"); -include ("./inc/funktion_db_list.php"); +include ("../../includes/header.php"); +include ("../../includes/funktion_db_list.php"); echo "Hallo ".$_SESSION['Nick'].",
\n"; @@ -99,6 +99,6 @@ for ($i=0; $i < $Zeilen; $i++) } echo "\n"; -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/index.php b/www-ssl/admin/index.php index 8fd514f8..bd10551b 100755 --- a/www-ssl/admin/index.php +++ b/www-ssl/admin/index.php @@ -2,8 +2,8 @@ $title = "Erzengel"; $header = "Index"; -include ("./inc/header.php"); -include ("./inc/funktion_db_list.php"); +include ("../../includes/header.php"); +include ("../../includes/funktion_db_list.php"); echo "Hallo Erzengel ".$_SESSION['Nick'].",
\n"; @@ -14,6 +14,6 @@ du bist jetzt im Erzengel-Bereich. Hier kannst du die Engel-Verwaltung vornehmen Bitte melde dich hier nach getaner Arbeit immer ab, damit kein anderer hier Änderungen vornehmen kann. diff --git a/www-ssl/admin/news.php b/www-ssl/admin/news.php index 91596cb5..ba79150b 100755 --- a/www-ssl/admin/news.php +++ b/www-ssl/admin/news.php @@ -2,8 +2,8 @@ $title = "Newsverwaltung"; $header = "Verwaltung der News"; -include ("./inc/header.php"); -include ("./inc/funktion_db_list.php"); +include ("../../includes/header.php"); +include ("../../includes/funktion_db_list.php"); if (!IsSet($_GET["action"])) @@ -117,6 +117,6 @@ else } }// IF-ELSE -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/room.php b/www-ssl/admin/room.php index 61acd4c7..a297ba91 100755 --- a/www-ssl/admin/room.php +++ b/www-ssl/admin/room.php @@ -1,8 +1,8 @@ diff --git a/www-ssl/admin/schichtplan.php b/www-ssl/admin/schichtplan.php index 4327e111..92cf78ef 100755 --- a/www-ssl/admin/schichtplan.php +++ b/www-ssl/admin/schichtplan.php @@ -2,7 +2,7 @@ $title = "Schichtplan"; $header = "Neue Schichten erfassen"; $submenus = 1; -include ("./inc/header.php"); +include ("../../includes/header.php"); function executeSQL( $SQL) { @@ -353,5 +353,5 @@ if (IsSet($chSQL)){ } -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/schichtplan_druck.php b/www-ssl/admin/schichtplan_druck.php index 20d59b45..fd2a989e 100755 --- a/www-ssl/admin/schichtplan_druck.php +++ b/www-ssl/admin/schichtplan_druck.php @@ -6,10 +6,10 @@ $submenus = 1; if (!IsSet($_GET["action"])) { - include ("./inc/header.php"); - include ("./inc/funktionen.php"); - include ("./inc/funktion_schichtplan_aray.php"); - include ("./inc/funktion_schichtplan.php"); + include ("../../includes/header.php"); + include ("../../includes/funktionen.php"); + include ("../../includes/funktion_schichtplan_aray.php"); + include ("../../includes/funktion_schichtplan.php"); echo "Hallo ". $_SESSION['Nick']. "
\n". "auf dieser Seite kannst du dir den Schichtplan in einer Druckansicht generieren lassen. Wähle hierfür ein Datum und den Raum:\n". @@ -30,7 +30,7 @@ if (!IsSet($_GET["action"])) } echo "

"; - include ("./inc/footer.php"); + include ("../../includes/footer.php"); } else //################################################################# { @@ -39,15 +39,15 @@ else //################################################################# $Raum = $_GET["Raum"]; $ausdatum = $_GET["ausdatum"]; - include ("./inc/config_db.php"); - include ("./inc/config.php"); - include ("./inc/secure.php"); + include ("../../includes/config_db.php"); + include ("../../includes/config.php"); + include ("../../includes/secure.php"); //var wird nur gesetzt immer edit auszublenden, achtung sesion darf nicht gestart sein !!! $_SESSION['CVS'][ "admin/schichtplan.php" ] = "N"; - include ("./inc/funktion_lang.php"); - include ("./inc/funktion_schichtplan.php"); - include ("./inc/funktion_schichtplan_aray.php"); - include ("./inc/funktion_user.php"); + include ("../../includes/funktion_lang.php"); + include ("../../includes/funktion_schichtplan.php"); + include ("../../includes/funktion_schichtplan_aray.php"); + include ("../../includes/funktion_user.php"); ?> diff --git a/www-ssl/admin/shiftadd.php b/www-ssl/admin/shiftadd.php index 350223ed..c0230748 100755 --- a/www-ssl/admin/shiftadd.php +++ b/www-ssl/admin/shiftadd.php @@ -2,7 +2,7 @@ $title = "Schicht Hinzufügen"; $header = "Neue Schichten erfassen"; -include ("./inc/header.php"); +include ("../../includes/header.php"); $Time = time()+3600+3600; @@ -354,5 +354,5 @@ function CreateNewEntry() echo "\n"; } -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/sprache.php b/www-ssl/admin/sprache.php index 17dc1b69..ba09dae0 100755 --- a/www-ssl/admin/sprache.php +++ b/www-ssl/admin/sprache.php @@ -2,7 +2,7 @@ $title = "Sprache"; $header = "Liste der existierenden Sprcheinträge"; -include ("./inc/header.php"); +include ("../../includes/header.php"); if( !isset( $_GET["TextID"] ) ) @@ -117,6 +117,6 @@ else } -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/tshirt.php b/www-ssl/admin/tshirt.php index e2c95e72..f7406d16 100755 --- a/www-ssl/admin/tshirt.php +++ b/www-ssl/admin/tshirt.php @@ -2,8 +2,8 @@ $title = "T-Shirt-Ausgabe"; $header = "T-Shirt-Ausgabe für aktiven Engel"; -include ("./inc/header.php"); -include ("./inc/funktion_db_list.php"); +include ("../../includes/header.php"); +include ("../../includes/funktion_db_list.php"); If (IsSet($_GET["aktiv"])) { @@ -54,6 +54,6 @@ for ($i=0; $i<$rowcount; $i++){ echo ""; -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/user.php b/www-ssl/admin/user.php index 7d1fa472..05bc5fd6 100755 --- a/www-ssl/admin/user.php +++ b/www-ssl/admin/user.php @@ -2,8 +2,8 @@ $title = "User-Liste"; $header = "Editieren der Engelliste"; -include ("./inc/header.php"); -include ("./inc/funktion_db_list.php"); +include ("../../includes/header.php"); +include ("../../includes/funktion_db_list.php"); if (!IsSet($_GET["enterUID"])) { @@ -291,7 +291,7 @@ else } } -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/user2.php b/www-ssl/admin/user2.php index 2674a7bf..b4647da5 100755 --- a/www-ssl/admin/user2.php +++ b/www-ssl/admin/user2.php @@ -2,10 +2,10 @@ $title = "User-Liste"; $header = "Index"; -include ("./inc/header.php"); -include ("./inc/funktion_db_list.php"); -include ("./inc/crypt.php"); -include ("./inc/funktion_db.php"); +include ("../../includes/header.php"); +include ("../../includes/funktion_db_list.php"); +include ("../../includes/crypt.php"); +include ("../../includes/funktion_db.php"); if (IsSet($_GET["action"])) { @@ -150,6 +150,6 @@ else echo "Unzulässiger Aufruf.
Bitte neu editieren..."; } -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> diff --git a/www-ssl/admin/userDefaultSetting.php b/www-ssl/admin/userDefaultSetting.php index 51debdb1..3c47ebc7 100755 --- a/www-ssl/admin/userDefaultSetting.php +++ b/www-ssl/admin/userDefaultSetting.php @@ -2,8 +2,8 @@ $title = "Defalut User Setting"; $header = "Defalut User Setting"; -include ("./inc/header.php"); -include ("./inc/funktion_db_list.php"); +include ("../../includes/header.php"); +include ("../../includes/funktion_db_list.php"); echo "Hallo ".$_SESSION['Nick']. ",
\nhier hast du die Möglichkeit, die Defaulteinstellungen für neue User einzustellen:

\n"; @@ -105,6 +105,6 @@ echo "\t\n"; echo "\n"; -include ("./inc/footer.php"); +include ("../../includes/footer.php"); ?> -- cgit v1.2.3-54-g00ecf