diff --git a/content/about.xul.php b/content/about.xul.php index bb94a0dad..896e4a005 100644 --- a/content/about.xul.php +++ b/content/about.xul.php @@ -22,7 +22,7 @@ header("Cache-Control: no-cache"); header("Cache-Control: post-check=0, pre-check=0",false); -header("Expires Mon, 26 Jul 1997 05:00:00 GMT"); +header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Pragma: no-cache"); header("Content-type: application/vnd.mozilla.xul+xml"); @@ -67,7 +67,7 @@ echo ''; You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. - + Authors: Christian Paminger <christian.paminger@technikum-wien.at>, Andreas Oesterreicher <andreas.oesterreicher@technikum-wien.at>, Rudolf Hangl <rudolf.hangl@technikum-wien.at>, diff --git a/content/adressedialog.xul.php b/content/adressedialog.xul.php index 11dfdd915..9cac357de 100644 --- a/content/adressedialog.xul.php +++ b/content/adressedialog.xul.php @@ -22,7 +22,7 @@ header("Cache-Control: no-cache"); header("Cache-Control: post-check=0, pre-check=0",false); -header("Expires Mon, 26 Jul 1997 05:00:00 GMT"); +header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Pragma: no-cache"); header("Content-type: application/vnd.mozilla.xul+xml"); diff --git a/content/anwesenheit.xul.php b/content/anwesenheit.xul.php index 7fc6f177e..f38044865 100644 --- a/content/anwesenheit.xul.php +++ b/content/anwesenheit.xul.php @@ -19,7 +19,7 @@ */ header("Cache-Control: no-cache"); header("Cache-Control: post-check=0, pre-check=0",false); -header("Expires Mon, 26 Jul 1997 05:00:00 GMT"); +header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Pragma: no-cache"); header("Content-type: application/vnd.mozilla.xul+xml"); @@ -32,7 +32,7 @@ echo ' $student_uid = filter_input(INPUT_GET,'student_uid'); $lehrveranstaltung_id= filter_input(INPUT_GET,'lehrveranstaltung_id'); - + ?> - +