www/engine/System/Classes/Dispatcher.php 1 location
|
@@ 24-27 (lines=4) @@
|
21 |
|
|
22 |
|
# Check installation |
23 |
|
|
24 |
|
if (null === ($data = Schema::get('System')->load())) { |
25 |
|
|
26 |
|
Request::redirect(INSTALL_PATH . '/install.php'); |
27 |
|
} |
28 |
|
|
29 |
|
# Connect to database |
30 |
|
|
www/engine/System/Classes/Installer.php 1 location
|
@@ 24-27 (lines=4) @@
|
21 |
|
|
22 |
|
# Check installation |
23 |
|
|
24 |
|
if (null !== ($data = Schema::get('System')->load())) { |
25 |
|
|
26 |
|
Request::redirect(INSTALL_PATH . '/index.php'); |
27 |
|
} |
28 |
|
|
29 |
|
# Get handler class |
30 |
|
|