diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-22 17:16:25 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2006-12-22 17:16:25 +0000 |
commit | 060f4507133cda370a5d4dcddf4cda20e8c0ffd3 (patch) | |
tree | 7ec9c0892970ca666edce0ebbea6c750079e2b28 /www-ssl/admin | |
parent | 171e9fb17005c3669c2e0c498320236967860436 (diff) |
ausgabe der picture beu active user, include function_user.php in header.php und include aus anderen files entfernt
git-svn-id: svn://svn.cccv.de/engel-system@218 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-x | www-ssl/admin/EngelType.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/Recentchanges.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/UserPicture.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/aktiv.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/dbUpdateFromXLS.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/faq.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/free.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/news.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/room.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/schichtplan.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/schichtplan_druck.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/shiftadd.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/tshirt.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/user.php | 1 | ||||
-rwxr-xr-x | www-ssl/admin/user2.php | 2 |
15 files changed, 1 insertions, 15 deletions
diff --git a/www-ssl/admin/EngelType.php b/www-ssl/admin/EngelType.php index 192a0d91..cc442483 100755 --- a/www-ssl/admin/EngelType.php +++ b/www-ssl/admin/EngelType.php @@ -2,7 +2,6 @@ $title = "Räume"; $header = "Verwaltung der Räume"; include ("./inc/header.php"); -include ("./inc/funktion_user.php"); include("./inc/funktion_db.php"); function runSQL( $SQL) diff --git a/www-ssl/admin/Recentchanges.php b/www-ssl/admin/Recentchanges.php index b6cb5a9f..265dd18d 100755 --- a/www-ssl/admin/Recentchanges.php +++ b/www-ssl/admin/Recentchanges.php @@ -3,7 +3,6 @@ $title = "ChangeLog"; $header = "Datenbank-Auszug"; include ("./inc/header.php"); -include ("./inc/funktion_user.php"); $SQL = "SELECT * FROM `ChangeLog` ORDER BY `Time` DESC LIMIT 0,10000"; $Erg = mysql_query($SQL, $con); diff --git a/www-ssl/admin/UserPicture.php b/www-ssl/admin/UserPicture.php index 7346fe0b..1aa74360 100755 --- a/www-ssl/admin/UserPicture.php +++ b/www-ssl/admin/UserPicture.php @@ -2,7 +2,6 @@ $title = "UserPicture"; $header = "Verwaltung der User Picture"; include ("./inc/header.php"); -include ("./inc/funktion_user.php"); include ("./inc/funktion_schichtplan_aray.php"); diff --git a/www-ssl/admin/aktiv.php b/www-ssl/admin/aktiv.php index 1bf7fbe1..51ef8aaa 100755 --- a/www-ssl/admin/aktiv.php +++ b/www-ssl/admin/aktiv.php @@ -4,7 +4,6 @@ $title = "akive Engel"; $header = "Liste der aktiven Engel"; include ("./inc/header.php"); include ("./inc/funktion_db_list.php"); -include ("./inc/funktion_user.php"); echo "<form action=\"./aktiv.php\" method=\"post\">"; echo Get_Text("pub_aktive_Text1")."<br>\n"; diff --git a/www-ssl/admin/dbUpdateFromXLS.php b/www-ssl/admin/dbUpdateFromXLS.php index f86c496c..2aa71fa0 100755 --- a/www-ssl/admin/dbUpdateFromXLS.php +++ b/www-ssl/admin/dbUpdateFromXLS.php @@ -2,7 +2,6 @@ $title = "DB Update from XML"; $header = "DB Update from XML"; include ("./inc/header.php"); -include ("./inc/funktion_user.php"); include ("./inc/funktion_xml.php"); /////////// diff --git a/www-ssl/admin/faq.php b/www-ssl/admin/faq.php index 71195cd2..c239e71c 100755 --- a/www-ssl/admin/faq.php +++ b/www-ssl/admin/faq.php @@ -3,7 +3,6 @@ $title = "Himmel"; $header = "FAQ / Fragen an die Erzengel"; $submenus = 1; include ("./inc/header.php"); -include ("./inc/funktion_user.php"); include ("./inc/funktion_db.php"); //var init diff --git a/www-ssl/admin/free.php b/www-ssl/admin/free.php index 604660a1..b492784b 100755 --- a/www-ssl/admin/free.php +++ b/www-ssl/admin/free.php @@ -4,7 +4,6 @@ $title = "Erzengel"; $header = "Freie Engel"; include ("./inc/header.php"); include ("./inc/funktion_db_list.php"); -include ("./inc/funktion_user.php"); echo "Hallo ".$_SESSION['Nick'].",<br>\n"; diff --git a/www-ssl/admin/news.php b/www-ssl/admin/news.php index 373c622b..3850c5cf 100755 --- a/www-ssl/admin/news.php +++ b/www-ssl/admin/news.php @@ -4,7 +4,6 @@ $title = "Newsverwaltung"; $header = "Verwaltung der News"; include ("./inc/header.php"); include ("./inc/funktion_db_list.php"); -include ("./inc/funktion_user.php"); if (!IsSet($_GET["action"])) diff --git a/www-ssl/admin/room.php b/www-ssl/admin/room.php index afcf2c2e..61acd4c7 100755 --- a/www-ssl/admin/room.php +++ b/www-ssl/admin/room.php @@ -2,7 +2,6 @@ $title = "Räume"; $header = "Verwaltung der Räume"; include ("./inc/header.php"); -include ("./inc/funktion_user.php"); include ("./inc/funktion_schichtplan_aray.php"); $Sql = "SELECT * FROM `Room` ORDER BY `Number`, `Name`"; diff --git a/www-ssl/admin/schichtplan.php b/www-ssl/admin/schichtplan.php index 3bf2bb4f..4327e111 100755 --- a/www-ssl/admin/schichtplan.php +++ b/www-ssl/admin/schichtplan.php @@ -3,7 +3,6 @@ $title = "Schichtplan"; $header = "Neue Schichten erfassen"; $submenus = 1; include ("./inc/header.php"); -include ("./inc/funktion_user.php"); function executeSQL( $SQL) { diff --git a/www-ssl/admin/schichtplan_druck.php b/www-ssl/admin/schichtplan_druck.php index bef2dc06..0c9c5215 100755 --- a/www-ssl/admin/schichtplan_druck.php +++ b/www-ssl/admin/schichtplan_druck.php @@ -10,7 +10,6 @@ if (!IsSet($_POST["action"])) include ("./inc/funktionen.php"); include ("./inc/funktion_schichtplan_aray.php"); include ("./inc/funktion_schichtplan.php"); - include ("./inc/funktion_user.php"); ?> Hallo <?PHP echo $_SESSION['Nick']?>,<br> diff --git a/www-ssl/admin/shiftadd.php b/www-ssl/admin/shiftadd.php index cefefd89..350223ed 100755 --- a/www-ssl/admin/shiftadd.php +++ b/www-ssl/admin/shiftadd.php @@ -3,7 +3,6 @@ $title = "Schicht Hinzufügen"; $header = "Neue Schichten erfassen"; include ("./inc/header.php"); -include ("./inc/funktion_user.php"); $Time = time()+3600+3600; diff --git a/www-ssl/admin/tshirt.php b/www-ssl/admin/tshirt.php index 87dc1c73..e2c95e72 100755 --- a/www-ssl/admin/tshirt.php +++ b/www-ssl/admin/tshirt.php @@ -4,7 +4,6 @@ $title = "T-Shirt-Ausgabe"; $header = "T-Shirt-Ausgabe für aktiven Engel"; include ("./inc/header.php"); include ("./inc/funktion_db_list.php"); -include ("./inc/funktion_user.php"); If (IsSet($_GET["aktiv"])) { diff --git a/www-ssl/admin/user.php b/www-ssl/admin/user.php index 4a58a8b5..410f0fc9 100755 --- a/www-ssl/admin/user.php +++ b/www-ssl/admin/user.php @@ -4,7 +4,6 @@ $title = "User-Liste"; $header = "Editieren der Engelliste"; include ("./inc/header.php"); include ("./inc/funktion_db_list.php"); -include ("./inc/funktion_user.php"); if (!IsSet($_GET["enterUID"])) { diff --git a/www-ssl/admin/user2.php b/www-ssl/admin/user2.php index ce349f40..2674a7bf 100755 --- a/www-ssl/admin/user2.php +++ b/www-ssl/admin/user2.php @@ -5,7 +5,7 @@ $header = "Index"; include ("./inc/header.php"); include ("./inc/funktion_db_list.php"); include ("./inc/crypt.php"); -include("./inc/funktion_db.php"); +include ("./inc/funktion_db.php"); if (IsSet($_GET["action"])) { |