mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
updated the holiday-download:
- register_globals off - eGroupWare.org
This commit is contained in:
parent
fd17322ea9
commit
b7434519e0
@ -39,12 +39,12 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>eGroupWare.org: There is already a holiday-file for '<?php echo $_GET['locale']; ?>' !!!</title>
|
<title>eGroupWare.org: There is already a holiday-file for '<?php echo $_POST['locale']; ?>' !!!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>There is already a holiday-file for '<?php echo $_GET['locale']; ?>' !!!</h1>
|
<h1>There is already a holiday-file for '<?php echo $_POST['locale']; ?>' !!!</h1>
|
||||||
|
|
||||||
<p>If you think your version of the holidays for '<?php echo $_GET['locale']; ?>' should replace
|
<p>If you think your version of the holidays for '<?php echo $_POST['locale']; ?>' should replace
|
||||||
the existing one, please <a href="<?php echo $_SERVER['HTTP_REFERER']; ?>&download=1">download</a> the file
|
the existing one, please <a href="<?php echo $_SERVER['HTTP_REFERER']; ?>&download=1">download</a> the file
|
||||||
and <a href="mailto:egroupware-developers@lists.sourceforge.net">mail it</a> to us.</p>
|
and <a href="mailto:egroupware-developers@lists.sourceforge.net">mail it</a> to us.</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user