stupid cut/paste error

This commit is contained in:
Greg Beaver 2008-04-30 20:14:54 +00:00
parent 9d27fab9c4
commit aeefda4a50
2 changed files with 2 additions and 2 deletions

View file

@ -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";