diff options
Diffstat (limited to 'rpm.php')
-rw-r--r-- | rpm.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'; $what=(isset($_GET["what"]) ? $_GET["what"] : "%fedora"); $type=(isset($_GET["type"]) ? $_GET["type"] : "pecl"); |