From e2d95ce49a85b3e0d3c0ede1ce3b215eb1cc2566 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jun 2010 00:08:06 +0800 Subject: create a class folder and move FedoraClient --- main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.inc.php') 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(); -- cgit