summaryrefslogtreecommitdiff
path: root/upgrade.php
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade.php')
-rw-r--r--upgrade.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/upgrade.php b/upgrade.php
index 5b3ff18..8c42fb6 100644
--- a/upgrade.php
+++ b/upgrade.php
@@ -15,7 +15,7 @@
/**
* required setup
*/
-require_once( 'install_inc.php' );
+require_once( 'includes/install_inc.php' );
// this variable will be appended to the template file called - useful for displaying messages after data input
$app = '';
@@ -72,4 +72,4 @@ $gBitSmarty->assign( 'section', 'Upgrade' );
$gBitSmarty->assign( 'install_file', INSTALL_PKG_PATH."templates/upgrade_".$install_file[$step]['file'].$app.".tpl" );
$gBitInstaller->in_display( $install_file[$step]['name'], INSTALL_PKG_PATH.'templates/install.tpl' );
-?> \ No newline at end of file
+?>