Code
- load_lang_file()
- initialize_inputs()
- template_welcome_message()
- template_error_message()
- detectSettingsFileMigrationNeeded()
- template_xml_above()
- migrateSettingsFile()
- template_upgrade_below()
- serialize_to_json()
- move_db_last_error_to_cachedir()
- convertSettingstoOptions()
- upgrade_query()
- template_backup_database()
- template_serialize_json()
- nextSubstep()
- template_serialize_json_xml()
- template_chmod()
- template_upgrade_options()
- cli_scheduled_fetchSMfiles()
- template_database_xml()
- template_backup_xml()
- BackupDatabase()
- template_convert_utf8()
- template_database_changes()
- fix_serialized_data()
- loadEssentialData()
- upgradeGetColumnInfo()
- protected_alter()
- UpgradeOptions()
- parse_sql()
- upgradeExit()
- textfield_alter()
- db_version_check()
- template_xml_below()
- ConvertUtf8()
- php_version_check()
- DatabaseChanges()
- WelcomeLogin()
- template_convert_xml()
- convertSettingsToTheme()
- template_upgrade_complete()
- cmdStep0()
- DeleteUpgrade()
- template_upgrade_above()
- checkChange()
- fixRelativePath()
- MySQLConvertOldIp()
- redirectLocation()
- backupTable()

Loading history...
In general, usage of exit should be done with care and only when running in a scripting context like a CLI script.