summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-04-25 14:20:25 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-04-25 14:20:25 -0700
commitd8e1632b08e608b2b536f52d4785af2182c0da8d (patch)
tree89f2c36f157fb8252bce00b81623a00aaac8a57d
parentdfa9d2bc563a3e8c7bde21eb0da888589456991f (diff)
downloadpathery-d8e1632b08e608b2b536f52d4785af2182c0da8d.tar.xz
nothing
-rw-r--r--images/marks/rotate.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/images/marks/rotate.php b/images/marks/rotate.php
index 41a203a..4626149 100644
--- a/images/marks/rotate.php
+++ b/images/marks/rotate.php
@@ -1,10 +1,11 @@
<?php
// File and rotation
-$filename = 'OffsetStripesDiagonal_B.png';
$rotate = $_GET['r'] * 1;
//Probably not the best syntax.
if (!is_int($rotate) OR !($rotate > 0) OR !($rotate < 4)) exit;
+//Example value: 'OffsetStripesDiagonal_B.png';
+
$emblem = $_GET['emblem'];
$degrees = $_GET['r'] * 90;