mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
stupid cut/paste error
This commit is contained in:
parent
9d27fab9c4
commit
aeefda4a50
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
@unlink(dirname(__FILE__) . '/frontcontroller18.phar');
|
@unlink(dirname(__FILE__) . '/frontcontroller19.phar');
|
||||||
$a = new Phar(dirname(__FILE__) . '/frontcontroller18.phar');
|
$a = new Phar(dirname(__FILE__) . '/frontcontroller19.phar');
|
||||||
$a['start/index.php'] = '<?php
|
$a['start/index.php'] = '<?php
|
||||||
echo "start/index.php\n";
|
echo "start/index.php\n";
|
||||||
include "./another.php";
|
include "./another.php";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue