Skip to content

Commit 29c8cd8

Browse files
"Removed unnecessary die() statement because, of course, I had to write this crap by hand"
1 parent 6a09486 commit 29c8cd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public_html/system/framework/subdomain.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
// Include the main autoloader
2929
$autoloader->register('Spindle\\' . ucfirst($config->get('application')) . '\\', $config->get('main_folder'));
30-
die($config->get('main_folder'));
3130

3231
// Include the required vendors for the autoloading shite
3332
require_once(DIR_SYSTEM . 'vendor.php');

0 commit comments

Comments
 (0)