Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
can never be too safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranketh committed Nov 29, 2008
1 parent 2078b13 commit b5aaa82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions start.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

session_start();

$_SESSION['profile_url'] = str_replace("'",'',$_REQUEST['profile_url']);
$_SESSION['twitter_name'] = str_replace("'",'',$_REQUEST['twitter_name']);

exec("./omb.rb '{$_SESSION['profile_url']}' '{$_SESSION['twitter_name']}'", $r);
Expand Down

0 comments on commit b5aaa82

Please sign in to comment.