diff options
Diffstat (limited to 'src/phar-stub.php')
| -rw-r--r-- | src/phar-stub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phar-stub.php b/src/phar-stub.php index 326b5cf..58ee78e 100644 --- a/src/phar-stub.php +++ b/src/phar-stub.php @@ -5,7 +5,7 @@ if (!in_array('phar', stream_get_wrappers()) || !class_exists('Phar', false)) { } $web = 'www/index.php'; -$cli = 'bin/bdrem.php'; +$cli = 'bin/phar-bdrem.php'; function rewritePath($path) { |
