diff options
Diffstat (limited to 'fedcli.php')
-rwxr-xr-x[-rw-r--r--] | fedcli.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fedcli.php b/fedcli.php index c251dc5..1bc48f3 100644..100755 --- a/fedcli.php +++ b/fedcli.php @@ -1,3 +1,4 @@ +#!/usr/bin/php <?php /* * FedoraClient is a PHP classe to interact with web services @@ -24,7 +25,7 @@ require('FedoraClient.php'); -$client = new FedoraPkgdb(array('debug'=>5)); +$client = new FedoraPkgdb(array('debug'=>2)); echo "FedoraPkgdb::getBranches():\n"; $branches = $client->getBranches(); |