Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
Output $_SERVER instead of $_GET.
Browse files Browse the repository at this point in the history
  • Loading branch information
corphi committed Jun 19, 2011
1 parent 893979a commit 90d82e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions moo.haml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

%h2 What about global variables?
%table.properties
-foreach ($_GET as $k => $v):
%tr
%th =$k
%td =$v
-foreach ($_SERVER as $k => $v):
%tr
%th =$k
%td =$v
-endforeach;

0 comments on commit 90d82e8

Please sign in to comment.