~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to rboinc/server/test/test.cgi

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl
 
2
 
 
3
 
 
4
print "Content-type: text/plain\n\nHet werkt!\n";
 
5
print "$_ = '$ENV{ $_ }'\n" for sort keys %ENV;