Skip to content

Commit 703517d

Browse files
committed
Change decompiler to decoder
1 parent d6ae64a commit 703517d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Installation & Usage
44

55
```bash
6-
git clone https://github.com/ganlvtech/php-enphp-decompiler.git
7-
cd php-enphp-decompiler
6+
git clone https://github.com/ganlvtech/php-enphp-decoder.git
7+
cd php-enphp-decoder
88
composer install
99
php bin/decode.php tests/assets/admin.php output.php
1010
```

bin/decode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* EnPHP Decoder
44
*
5-
* https://github.com/ganlvtech/php-enphp-decompiler
5+
* https://github.com/ganlvtech/php-enphp-decoder
66
*
77
* Copyright (C) 2019 Ganlv
88
*

src/AutoDecoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* EnPHP Decoder
44
*
5-
* https://github.com/ganlvtech/php-enphp-decompiler
5+
* https://github.com/ganlvtech/php-enphp-decoder
66
*
77
* Copyright (C) 2019 Ganlv
88
*

0 commit comments

Comments
 (0)