summaryrefslogtreecommitdiff
path: root/www-ssl/admin
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-xwww-ssl/admin/EngelType.php1
-rwxr-xr-xwww-ssl/admin/Recentchanges.php1
-rwxr-xr-xwww-ssl/admin/UserPicture.php1
-rwxr-xr-xwww-ssl/admin/aktiv.php1
-rwxr-xr-xwww-ssl/admin/dbUpdateFromXLS.php1
-rwxr-xr-xwww-ssl/admin/faq.php1
-rwxr-xr-xwww-ssl/admin/free.php1
-rwxr-xr-xwww-ssl/admin/news.php1
-rwxr-xr-xwww-ssl/admin/room.php1
-rwxr-xr-xwww-ssl/admin/schichtplan.php1
-rwxr-xr-xwww-ssl/admin/schichtplan_druck.php1
-rwxr-xr-xwww-ssl/admin/shiftadd.php1
-rwxr-xr-xwww-ssl/admin/tshirt.php1
-rwxr-xr-xwww-ssl/admin/user.php1
-rwxr-xr-xwww-ssl/admin/user2.php2
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&auml;ume";
$header = "Verwaltung der R&auml;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&uuml;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"]))
{