~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/yui/tests/io/tests/php/put.php

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
 
3
 
$count = count($_POST);
4
 
 
5
 
if ($count > 0) {
6
 
        $data = $_POST['hello'];
7
 
        $data .= "&" . $_POST['foo'];
8
 
        echo $data;
9
 
}
10
 
else {
11
 
        echo $count;
12
 
}
13
 
?>
 
 
b'\\ No newline at end of file'