From eadf625a51b23a8f62505949df863bdc8b2d0546 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 6 Jun 2010 18:08:06 +0200 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