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 2b1db9b commit 266d44cCopy full SHA for 266d44c
bin/decode.php
@@ -20,6 +20,8 @@
20
* along with this program. If not, see <https://www.gnu.org/licenses/>.
21
*/
22
23
+error_reporting(E_ALL);
24
+
25
require __DIR__ . '/../vendor/autoload.php';
26
27
$code = file_get_contents($argv[1]);
0 commit comments