diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 15:55:12 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 15:55:12 -0500 |
| commit | 3f746cbb61dead95799ff3c35909bc5b0f6256e9 (patch) | |
| tree | 9b7b13063d3f516d0133cb52972acf22545f1e0d | |
| parent | 1afcf1f7548d4fb1e1384947acbec71ea93fd624 (diff) | |
| download | install-3f746cbb61dead95799ff3c35909bc5b0f6256e9.tar.gz install-3f746cbb61dead95799ff3c35909bc5b0f6256e9.tar.bz2 install-3f746cbb61dead95799ff3c35909bc5b0f6256e9.zip | |
move kernel/includes/setup_inc.php
| -rw-r--r-- | install_inc.php | 2 | ||||
| -rw-r--r-- | process_sql.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/install_inc.php b/install_inc.php index 14c8b19..55870a4 100644 --- a/install_inc.php +++ b/install_inc.php @@ -101,7 +101,7 @@ if( isset( $_REQUEST['submit_db_info'] ) ) { include( $config_file ); } } -require_once("../kernel/setup_inc.php"); +require_once("../kernel/includes/setup_inc.php"); require_once( 'BitInstaller.php' ); if ( defined( 'ROLE_MODEL' ) ) { require_once( USERS_PKG_PATH.'includes/RoleUser.php' ); diff --git a/process_sql.php b/process_sql.php index 23fbbdd..c7c5d73 100644 --- a/process_sql.php +++ b/process_sql.php @@ -19,7 +19,7 @@ $_SERVER['SERVER_SOFTWARE'] = 'command_line'; * required setup */ require_once( 'install_lib.php' ); -include("../kernel/setup_inc.php"); +include("../kernel/includes/setup_inc.php"); if( count( $argv ) < 2) { print "Please enter name of SQL file in db/ directory to process\n"; |
