diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-07-11 18:23:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-07-11 18:23:35 +0200 |
commit | 50f2de59ed8ea3f41530fc4f06c12ae1613416ab (patch) | |
tree | 350b8daaefd74304066f74a77e8d0c1813e9e4b9 /fedcli.php | |
parent | e7493ab34e9db2226a5dd1d99938c04193ed88af (diff) |
fix fedcli
Diffstat (limited to 'fedcli.php')
-rwxr-xr-x | fedcli.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,9 +23,10 @@ * See <http://www.gnu.org/licenses/> */ +define ('CLIONLY', true); +require 'include/main.php'; require 'Console/Getargs.php'; -require 'class/FedoraClient.php'; function Help() { echo "\nFedora Client Command Line usage\n\n"; |