summaryrefslogtreecommitdiffstats
path: root/rpm.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-06-08 18:24:36 +0200
committerRemi Collet <fedora@famillecollet.com>2010-06-08 18:24:36 +0200
commitda02f485fe6a2c0a478fdd33145daf2bbb10b65e (patch)
tree77acda4cbb36238dea9513feb5703298e0d6d7ad /rpm.php
parenta6b39fd500d6419dc9e268efc52474e06a11458f (diff)
parenta68fe1f14112df3481479eb3f736cf2fd879a324 (diff)
create include dir
Diffstat (limited to 'rpm.php')
-rw-r--r--rpm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm.php b/rpm.php
index 5073f9f..8b140a8 100644
--- a/rpm.php
+++ b/rpm.php
@@ -34,7 +34,7 @@
* @link http://github.com/remicollet/rpmphp/
* @since The begining of times.
*/
-require 'main.inc.php';
+require 'include/main.php';
$what=(isset($_GET["what"]) ? $_GET["what"] : "%fedora");
$type=(isset($_GET["type"]) ? $_GET["type"] : "pecl");