diff --git a/application/controllers/Installation.php b/application/controllers/Installation.php index c627011d..35b7fc6f 100644 --- a/application/controllers/Installation.php +++ b/application/controllers/Installation.php @@ -46,7 +46,7 @@ class Installation extends EA_Controller { return; } - $this->load->view('pages/instance_installation_page', [ + $this->load->view('pages/installation', [ 'base_url' => config('base_url') ]); } @@ -54,7 +54,7 @@ class Installation extends EA_Controller { /** * Installs Easy!Appointments on the server. */ - public function ajax_install() + public function perform() { try { diff --git a/application/views/pages/instance_installation_page.php b/application/views/pages/installation.php similarity index 78% rename from application/views/pages/instance_installation_page.php rename to application/views/pages/installation.php index 39425697..2e90a691 100755 --- a/application/views/pages/instance_installation_page.php +++ b/application/views/pages/installation.php @@ -5,15 +5,15 @@
- This page will help you set the main settings of your Easy!Appointments installation. - You will be able to edit these settings and many more in the backend session of your - system. Remember to use the = site_url('backend') ?> - url to connect to the backend section of Easy!Appointments. + This page will help you set the main settings of your Easy!Appointments installation. You will be able to + edit these settings and many more in the backend session of your system. Remember to use the + = site_url('calendar') ?> URL to connect to the backend section + of Easy!Appointments. If you face any problems during the usage of Easy!Appointments you can always check the - Documentation - and Support Group for getting help. You - may also submit new issues on + Documentation and + Support Group for getting help. You may also + submit new issues on GitHub Issues in order to help our development process.
@@ -105,21 +105,19 @@
- You will be able to set your business logic in the backend settings page
- after the installation is complete.
+ You will be able to set your business logic in the backend settings page after the installation is complete.
Press the following button to complete the installation process.
-