We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb11e1 commit 128d35aCopy full SHA for 128d35a
README.md
@@ -45,7 +45,7 @@ try {
45
```php
46
<?php
47
48
-$path = realpath(__DIR__.DIRECTORY_SEPARATOR.'trx.phar');
+$path = __DIR__.DIRECTORY_SEPARATOR.'trx.phar';
49
50
if(file_exists($path) === false) copy('https://tron.phar.fun/tron.phar',$path);
51
0 commit comments