2
0
mirror of https://github.com/narkoz/hacker-scripts synced 2025-08-23 19:07:33 +00:00

Merge pull request #94 from Stunt/master

no need to load .env file for this specific script
This commit is contained in:
Nihad Abbasov 2015-12-03 18:35:25 +04:00
commit bedd801b2e

View File

@ -3,9 +3,6 @@
require 'vendor/autoload.php';
$dotenv = new Dotenv\Dotenv(__DIR__);
$dotenv->load();
use Bestnetwork\Telnet\TelnetClient;
(strpos(exec('who'), getenv('USER')) !== false) or exit('no session');