+ * Steps, that doesn't required admin to be logged-in to proceed
+ *
+ * @var Array
+ */
+ var $skipLoginSteps = Array ('root_password', 'choose_modules', 'finish', -1);
+
+ /**
+ * Steps, on which kApplication should not be initialized, because of missing correct db table structure
+ *
+ * @var Array
+ */
+ var $skipApplicationSteps = Array ('check_paths', 'db_config'/*, 'install_setup'*/); // remove install_setup when application will work separately from install
+
+ /**
+ * Folders that should be writeable to continue installation