This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nicehash BTC Wallet (not a BTC address) | |
33y1TET9jUBVsJYyRwerJBEu1Zj9kydgNX | |
DOT | |
14XuXWJGe37tPqgndxgfPCtkyuZau1AiMN24YPCyiv19NpN2 | |
ETH | |
0xdc3EE823b3955387beeef7De328ddF07b60E98df | |
RVN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<pre>system('cat /etc/passwd')</pre> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
require(APPPATH.'/libraries/REST_Controller.php'); | |
# Example controller | |
class Example extends REST_Controller{ | |
function __construct() { | |
parent::__construct(); | |
$this->load->model('Security_model'); | |
$this->load->model('Accounts_model'); | |
$this->load->helper('string'); | |
$this->load->helper('ci_stripe_helper'); |