We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a09486 commit 29c8cd8Copy full SHA for 29c8cd8
public_html/system/framework/subdomain.php
@@ -27,7 +27,6 @@
27
28
// Include the main autoloader
29
$autoloader->register('Spindle\\' . ucfirst($config->get('application')) . '\\', $config->get('main_folder'));
30
-die($config->get('main_folder'));
31
32
// Include the required vendors for the autoloading shite
33
require_once(DIR_SYSTEM . 'vendor.php');
0 commit comments