diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-06-08 18:24:36 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-06-08 18:24:36 +0200 |
commit | da02f485fe6a2c0a478fdd33145daf2bbb10b65e (patch) | |
tree | 77acda4cbb36238dea9513feb5703298e0d6d7ad /index.php | |
parent | a6b39fd500d6419dc9e268efc52474e06a11458f (diff) | |
parent | a68fe1f14112df3481479eb3f736cf2fd879a324 (diff) |
create include dir
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ * @link http://github.com/remicollet/rpmphp/ * @since The begining of times. */ -require 'main.inc.php'; +require 'include/main.php'; $smarty->assign('ariane', $ariane); $smarty->assign('page_title', 'Packages in Fedora repositories'); |