Skip to content

Commit

Permalink
Removed from unnecessary code copied from @jdfwarrior's examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shrop committed Nov 26, 2011
1 parent f2d2e6b commit 77dab51
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions script.php
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,6 @@

$username = $input[1];
$list = $input[2];
unset($input[0]);
unset($input[1]);
unset($input[2]);
$message = implode(" ", $input);

// check authentication status
$auth = check_auth();
Expand Down Expand Up @@ -401,11 +397,7 @@

$username = $input[1];
$list = $input[2];
unset($input[0]);
unset($input[1]);
unset($input[2]);
$message = implode(" ", $input);


// check authentication status
$auth = check_auth();

Expand Down

0 comments on commit 77dab51

Please sign in to comment.