first pic-includes fixed
git-svn-id: svn://svn.cccv.de/engel-system@291 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
f1eece1d1f
commit
a9c549870d
|
@ -8,27 +8,27 @@ ich@DenkBrett www-ssl % find . -type l
|
||||||
find . -name \*.php -exec grep -l './inc' {} \;
|
find . -name \*.php -exec grep -l './inc' {} \;
|
||||||
|
|
||||||
ich@DenkBrett www-ssl % find . -name \*.php -exec grep -l './inc' {} \;
|
ich@DenkBrett www-ssl % find . -name \*.php -exec grep -l './inc' {} \;
|
||||||
./admin/EngelType.php
|
#./admin/EngelType.php
|
||||||
./admin/schichtplan.php
|
#./admin/schichtplan.php
|
||||||
./admin/user2.php
|
#./admin/user2.php
|
||||||
./admin/dbUpdateFromXLS.php
|
#./admin/dbUpdateFromXLS.php
|
||||||
./admin/index.php
|
#./admin/index.php
|
||||||
./admin/faq.php
|
#./admin/faq.php
|
||||||
./admin/Recentchanges.php
|
#./admin/Recentchanges.php
|
||||||
./admin/dect_call.php
|
#./admin/dect_call.php
|
||||||
./admin/UserPicture.php
|
#./admin/UserPicture.php
|
||||||
./admin/room.php
|
#./admin/room.php
|
||||||
./admin/news.php
|
#./admin/news.php
|
||||||
./admin/tshirt.php
|
#./admin/tshirt.php
|
||||||
./admin/aktiv.php
|
#./admin/aktiv.php
|
||||||
./admin/user.php
|
#./admin/user.php
|
||||||
./admin/dect.php
|
#./admin/dect.php
|
||||||
./admin/free.php
|
#./admin/free.php
|
||||||
./admin/userDefaultSetting.php
|
#./admin/userDefaultSetting.php
|
||||||
./admin/sprache.php
|
#./admin/sprache.php
|
||||||
./admin/debug.php
|
#./admin/debug.php
|
||||||
./admin/shiftadd.php
|
#./admin/shiftadd.php
|
||||||
./admin/schichtplan_druck.php
|
#./admin/schichtplan_druck.php
|
||||||
#./inc/funktion_schichtplan_aray.php
|
#./inc/funktion_schichtplan_aray.php
|
||||||
#./inc/footer.php
|
#./inc/footer.php
|
||||||
#./inc/menu.php
|
#./inc/menu.php
|
||||||
|
|
|
@ -6,7 +6,7 @@ if( strpos( $_SERVER["REQUEST_URI"], "?") >0)
|
||||||
else
|
else
|
||||||
$URL = $_SERVER["REQUEST_URI"]. "?SetLanguage=";
|
$URL = $_SERVER["REQUEST_URI"]. "?SetLanguage=";
|
||||||
|
|
||||||
echo "<a href=\"". $URL. "DE\"><img src=\"./inc/flag/de.gif\" alt=\"DE\"></a> ";
|
echo "<a href=\"". $URL. "DE\"><img src=\"/pic/flag/de.gif\" alt=\"DE\"></a> ";
|
||||||
echo "<a href=\"". $URL. "EN\"><img src=\"./inc/flag/en.gif\" alt=\"En\"></a> ";
|
echo "<a href=\"". $URL. "EN\"><img src=\"/pic/flag/en.gif\" alt=\"EN\"></a> ";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
<?PHP
|
<?PHP
|
||||||
ini_set( "session.gc_maxlifetime", "65535");
|
ini_set( "session.gc_maxlifetime", "65535");
|
||||||
|
|
||||||
include ("./inc/config.php");
|
include ("./config.php");
|
||||||
include ("./inc/error_handler.php");
|
include ("./error_handler.php");
|
||||||
include ("./inc/config_db.php");
|
include ("./config_db.php");
|
||||||
include ("./inc/funktion_lang.php");
|
include ("./funktion_lang.php");
|
||||||
include ("./inc/funktion_faq.php"); //für noAnswer() im menu
|
include ("./funktion_faq.php"); //für noAnswer() im menu
|
||||||
include ("./inc/funktion_menu.php");
|
include ("./funktion_menu.php");
|
||||||
include ("./inc/funktion_user.php");
|
include ("./funktion_user.php");
|
||||||
|
|
||||||
if( !isset($_SESSION))
|
if( !isset($_SESSION))
|
||||||
session_start();
|
session_start();
|
||||||
include ("./inc/secure.php");
|
include ("./secure.php");
|
||||||
|
|
||||||
if( !isset($_SESSION['IP']))
|
if( !isset($_SESSION['IP']))
|
||||||
$_SESSION['IP'] = $_SERVER['REMOTE_ADDR'];
|
$_SESSION['IP'] = $_SERVER['REMOTE_ADDR'];
|
||||||
|
@ -22,7 +22,7 @@ if (IsSet($_SESSION['UID']) and ($_SESSION['IP'] <> $_SERVER['REMOTE_ADDR']))
|
||||||
header("Location: $url". substr($ENGEL_ROOT,1) );
|
header("Location: $url". substr($ENGEL_ROOT,1) );
|
||||||
}
|
}
|
||||||
|
|
||||||
include ("./inc/UserCVS.php");
|
include ("./UserCVS.php");
|
||||||
|
|
||||||
|
|
||||||
//UPdate LASTlogin
|
//UPdate LASTlogin
|
||||||
|
@ -55,8 +55,8 @@ echo "<TITLE>--- $title $Version ---</TITLE>";
|
||||||
<meta name="robots" content="index">
|
<meta name="robots" content="index">
|
||||||
<meta name="revisit-after" content="1 days">
|
<meta name="revisit-after" content="1 days">
|
||||||
<meta http-equiv="content-language" content="de">
|
<meta http-equiv="content-language" content="de">
|
||||||
<script type="text/javascript" src="./inc/css/grossbild.js"></script>
|
<script type="text/javascript" src="/css/grossbild.js"></script>
|
||||||
<link rel=stylesheet type="text/css" href="./inc/css/style<?PHP
|
<link rel=stylesheet type="text/css" href="/css/style<?PHP
|
||||||
if (!IsSet($_SESSION['color']))
|
if (!IsSet($_SESSION['color']))
|
||||||
echo "1";
|
echo "1";
|
||||||
else
|
else
|
||||||
|
@ -94,7 +94,7 @@ if( $Page["ShowTabel"]=="Y" )
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a name="#top"><img src="./inc/himmel<?PHP if( isset($_SESSION['color']))
|
<a name="#top"><img src="/pic/himmel<?PHP if( isset($_SESSION['color']))
|
||||||
if ($_SESSION['color']==6) echo "_w"; ?>.png" alt="Unser Himmel"></a>
|
if ($_SESSION['color']==6) echo "_w"; ?>.png" alt="Unser Himmel"></a>
|
||||||
<p>
|
<p>
|
||||||
<?PHP
|
<?PHP
|
||||||
|
@ -116,7 +116,7 @@ if( isset($_SESSION['CVS']["nonpublic/messages.php"]))
|
||||||
<?PHP
|
<?PHP
|
||||||
//ausgaeb Menu
|
//ausgaeb Menu
|
||||||
if( !isset($_SESSION['Menu'])) $_SESSION['Menu'] = "L";
|
if( !isset($_SESSION['Menu'])) $_SESSION['Menu'] = "L";
|
||||||
if( $_SESSION['Menu'] =="L") include("./inc/menu.php");
|
if( $_SESSION['Menu'] =="L") include("./menu.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<td valign="top" align="center">
|
<td valign="top" align="center">
|
||||||
|
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Loading…
Reference in New Issue