mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 04:21:17 -05:00
remove unused variable
This commit is contained in:
parent
dbc31ac77e
commit
c687068fd4
@ -348,7 +348,7 @@ class Pastes extends CI_Model
|
||||
|
||||
// Prepare CURL options array
|
||||
$prep_data = array(
|
||||
CURLOPT_URL => $target = $gwgd_url . 'api.php?long=' . $url,
|
||||
CURLOPT_URL => $gwgd_url . 'api.php?long=' . $url,
|
||||
CURLOPT_RETURNTRANSFER => true,
|
||||
CURLOPT_ENCODING => 'identity'
|
||||
);
|
||||
@ -463,7 +463,7 @@ class Pastes extends CI_Model
|
||||
|
||||
// Prepare CURL options array
|
||||
$prep_data = array(
|
||||
CURLOPT_URL => $target = $gwgd_url . 'api.php?long=' . $url,
|
||||
CURLOPT_URL => $gwgd_url . 'api.php?long=' . $url,
|
||||
CURLOPT_RETURNTRANSFER => true,
|
||||
CURLOPT_ENCODING => 'identity'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user