Skip to content

Commit 35fb892

Browse files
author
Greg Beaver
committed
update to PEAR/Start/CLI.php
1 parent b7ae49f commit 35fb892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-pear-phar.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require_once 'PEAR/Start.php';
2+
require_once 'PEAR/Start/CLI.php';
33
PEAR::setErrorHandling(PEAR_ERROR_DIE);
44
$a = new PEAR_Start_CLI;
55
$a->run();

0 commit comments

Comments
 (0)