diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-06-07 00:08:06 +0800 |
---|---|---|
committer | trasher <trasher@x-tnd.be> | 2010-06-08 01:57:54 +0800 |
commit | e2d95ce49a85b3e0d3c0ede1ce3b215eb1cc2566 (patch) | |
tree | 23a4967280fcf9830c84be44d6e287de38ecb17c /main.inc.php | |
parent | c0f065e6bddad3c69fd802749608f05b9351ba4f (diff) |
create a class folder and move FedoraClient
Diffstat (limited to 'main.inc.php')
-rw-r--r-- | main.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.inc.php b/main.inc.php index a846e16..c9ec889 100644 --- a/main.inc.php +++ b/main.inc.php @@ -37,7 +37,7 @@ define('RPMPHP_VERSION', '1.0.0-dev'); require 'config.inc.php'; require '/usr/share/php/Smarty/Smarty.class.php'; -require 'FedoraClient.php'; +require 'class/FedoraClient.php'; $smarty = new Smarty(); |