Skip to content

Commit

Permalink
update to PEAR/Start/CLI.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Beaver committed Aug 19, 2005
1 parent b7ae49f commit 35fb892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-pear-phar.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require_once 'PEAR/Start.php';
require_once 'PEAR/Start/CLI.php';
PEAR::setErrorHandling(PEAR_ERROR_DIE);
$a = new PEAR_Start_CLI;
$a->run();
Expand Down

0 comments on commit 35fb892

Please sign in to comment.