Skip to content

Commit 6ec31b4

Browse files
author
Ahmad Samiei
committed
no need to load .env file for this script
USER already exist by default in environment .env file only used to store gmail and twilio credentials
1 parent a65bf49 commit 6ec31b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

php/fucking_coffee.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
require 'vendor/autoload.php';
55

6-
$dotenv = new Dotenv\Dotenv(__DIR__);
7-
$dotenv->load();
8-
96
use Bestnetwork\Telnet\TelnetClient;
107

118
(strpos(exec('who'), getenv('USER')) !== false) or exit('no session');

0 commit comments

Comments
 (0)