mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix redirect loop
This commit is contained in:
@@ -38,12 +38,6 @@ class OptionsLib {
|
||||
$CI->config->set_item('option_'.$item->option_name, $item->option_value);
|
||||
}
|
||||
|
||||
// if version 2 mirgation has not been run then run it
|
||||
if($item->option_name == "version2_trigger") {
|
||||
if($item->option_value == "false") {
|
||||
redirect('welcome');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user