~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/common/ie7/ie7-base64.php

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
$data = split(";", $_SERVER["REDIRECT_QUERY_STRING"]);
3
 
$type = $data[0];
4
 
$data = split(",", $data[1]);
5
 
header("Content-type: ".$type);
6
 
echo base64_decode($data[1]);
7
 
?>
 
 
b'\\ No newline at end of file'