update v1.0.6.2
This commit is contained in:
@@ -44,10 +44,6 @@ class InstallController extends Controller {
|
||||
* @return type view
|
||||
*/
|
||||
public function licence() {
|
||||
// checking if the installation is running for the first time or not
|
||||
// if (Session::get('step5') == 'step5') {
|
||||
// return Redirect::route('account');
|
||||
// }
|
||||
// checking if the installation is running for the first time or not
|
||||
if (Config::get('database.install') == '%0%') {
|
||||
return view('themes/default1/installer/helpdesk/view1');
|
||||
@@ -81,10 +77,6 @@ class InstallController extends Controller {
|
||||
* @return type view
|
||||
*/
|
||||
public function prerequisites() {
|
||||
// checking if the installation is running for the first time or not
|
||||
// if (Session::get('step5') == 'step5') {
|
||||
// return Redirect::route('account');
|
||||
// }
|
||||
// checking if the installation is running for the first time or not
|
||||
if (Config::get('database.install') == '%0%') {
|
||||
if (Session::get('step1') == 'step1') {
|
||||
@@ -113,10 +105,6 @@ class InstallController extends Controller {
|
||||
* @return type view
|
||||
*/
|
||||
public function localization() {
|
||||
// checking if the installation is running for the first time or not
|
||||
// if (Session::get('step5') == 'step5') {
|
||||
// return Redirect::route('account');
|
||||
// }
|
||||
// checking if the installation is running for the first time or not
|
||||
if (Config::get('database.install') == '%0%') {
|
||||
if (Session::get('step2') == 'step2') {
|
||||
@@ -152,10 +140,6 @@ class InstallController extends Controller {
|
||||
* @return type view
|
||||
*/
|
||||
public function configuration() {
|
||||
// checking if the installation is running for the first time or not
|
||||
// if (Session::get('step5') == 'step5') {
|
||||
// return Redirect::route('account');
|
||||
// }
|
||||
// checking if the installation is running for the first time or not
|
||||
if (Config::get('database.install') == '%0%') {
|
||||
if (Session::get('step2') == 'step2') {
|
||||
@@ -176,7 +160,13 @@ class InstallController extends Controller {
|
||||
public function configurationcheck() {
|
||||
|
||||
Session::put('step4', 'step4');
|
||||
|
||||
// dd(Input::get('default'));
|
||||
// dd(Input::get('host'));
|
||||
// dd(Input::get('databasename'));
|
||||
// dd(Input::get('username'));
|
||||
// dd(Input::get('password'));
|
||||
// dd(Input::get('port'));
|
||||
|
||||
Session::put('default', Input::get('default'));
|
||||
Session::put('host', Input::get('host'));
|
||||
Session::put('databasename', Input::get('databasename'));
|
||||
|
Reference in New Issue
Block a user