diff options
| author | spiderr <spiderr@bitweaver.org> | 2021-06-02 15:23:00 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2021-06-02 15:23:00 -0400 |
| commit | fd1712a4270a4349dc4e5d620e7779fcf7ed86cf (patch) | |
| tree | d691fb43e98908c110a8cc5726842d2f570cc134 /migrate.php | |
| parent | 601603c697849f3c4f5ce07bc45fb20e0e80613a (diff) | |
| download | install-fd1712a4270a4349dc4e5d620e7779fcf7ed86cf.tar.gz install-fd1712a4270a4349dc4e5d620e7779fcf7ed86cf.tar.bz2 install-fd1712a4270a4349dc4e5d620e7779fcf7ed86cf.zip | |
clean up install for new includes/classes directory pathing
Diffstat (limited to 'migrate.php')
| -rw-r--r-- | migrate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migrate.php b/migrate.php index 0af2e90..38371e9 100644 --- a/migrate.php +++ b/migrate.php @@ -12,7 +12,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 = ''; |
