Revision: 6551
          http://care2002.svn.sourceforge.net/care2002/?rev=6551&view=rev
Author:   mizuko
Date:     2010-07-07 12:54:23 +0000 (Wed, 07 Jul 2010)

Log Message:
-----------
see #49

Modified Paths:
--------------
    care2x/branches/gettext/modules/news/start_page.php

Removed Paths:
-------------
    care2x/branches/gettext/cookies.php

Deleted: care2x/branches/gettext/cookies.php
===================================================================
--- care2x/branches/gettext/cookies.php 2010-07-07 12:41:32 UTC (rev 6550)
+++ care2x/branches/gettext/cookies.php 2010-07-07 12:54:23 UTC (rev 6551)
@@ -1,41 +0,0 @@
-<?php 
-error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR);
-require_once('./roots.php');
-require_once('include/inc_environment_global.php');
-require("language/$lang/lang_".$lang."_startframe.php"); ?>
-<html>
-<head>
-<?php 
-
-include_once('include/inc_charset_fx.php');
-
-echo setCharSet(); 
-
-?>
-<TITLE><?php echo $LDMainTitle ?></TITLE>
-<meta name="Description" content="Care2x  Integrated Hospital & Healthcare 
Information System">
-<meta name="Keywords" content="hospital, health, care, medicine, doctor, 
nurse, nursing, integrated information system for hospitals, integrated, 
information, barcode, patient, outpatient, inpatient, ambulant, emergency, 
unfall, notfall, praxis, hno, chirurgie, surgery, cardiology, obgyn, gyn, 
ambulance, CARE 2002, care, 2002, OSD, open source development, osd software, 
health care, health care management, research institute, elpidio, latorilla, 
bong, elatorilla, ebong, pflege, krankenpflege, interaktiv, stuttgart, 
pflegebuch, handbuch, soziologie, marienhospital, online, calendar, unterricht">
-<meta name="Author" content="Elpidio Latorilla">
-</head>
-<BODY bgcolor=white>
-<center>
-<p><br><p><br>
-<font color="#990000" size=4 face="verdana,arial">
-<?php echo $LDAlertNoCookie ?>
-<a href="<?php if($startframe) print "index.php?lang=$lang"; else print 
"index.php?lang=$lang&egal=1"; ?>" 
-<?php if($startframe) print ' target="_top"'; ?>><font size=2><u> <?php echo 
$LDClkAfter ?></u></font></a>
-<BR>
-<p><br>
-<p><br>
-<font size=3>
-<A HREF="<?php echo "index.php?lang=$lang&egal=1&sid=egal&cookie=egal" ?>" 
<?php if($startframe) print ' target="_top"'; ?>><u><?php echo 
$LDGoAheadEgalCookie ?></u></A>
-</font>
-<font size=2 color="#000000">
-<p><br>
-<?php echo "$LDCookieRef<p>$LDPrivPolicy" ?>
-</font>
-
-</font>
-</center>
-</BODY>
-</html>

Modified: care2x/branches/gettext/modules/news/start_page.php
===================================================================
--- care2x/branches/gettext/modules/news/start_page.php 2010-07-07 12:41:32 UTC 
(rev 6550)
+++ care2x/branches/gettext/modules/news/start_page.php 2010-07-07 12:54:23 UTC 
(rev 6551)
@@ -16,8 +16,6 @@
 
 $cksid='ck_sid'.$sid;
 
-if(!$_COOKIE[$cksid] && !$cookie) { 
header("location:".$root_path."cookies.php?lang=$lang&startframe=1"); exit;}
-
 if(!isset($_SESSION['sess_news_nr'])) $_SESSION['sess_news_nr'] = "";
 
 $readerpath='headline-read.php?sid='.$sid.'&lang='.$lang;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to