redirected to login and rename powered by

This commit is contained in:
dmitryturcan 2024-09-02 10:30:08 +03:00
parent 44b4e0f55d
commit db40900d9a
12 changed files with 20 additions and 14 deletions

View File

@ -103,7 +103,13 @@ class Booking extends EA_Controller
{
if (!is_app_installed()) {
redirect('installation');
$this->load->view('pages/login');
return;
}
$provider_id = $this->input->get('provider');
if (!$provider_id) {
redirect('login'); // Assuming 'login' is the route or page you want to redirect to
return;
}

View File

@ -10,7 +10,7 @@
<small>
<span class="footer-powered-by small">
Powered By
<a href="https://easyappointments.org" target="_blank">Easy!Appointments</a>
<a href="https://digiworks.agency" target="_blank">DigiWorks Agency</a>
</span>
<span class="footer-options">

View File

@ -32,8 +32,8 @@
<div id="footer" style="padding: 10px; text-align: center; margin-top: 10px;
border-top: 1px solid #EEE; background: #FAFAFA;">
Powered by
<a href="https://easyappointments.org" style="text-decoration: none;">
Easy!Appointments
<a href="https://digiworks.agency" style="text-decoration: none;">
DigiWorks Agency
</a>
|
<a href="<?= $settings['company_link'] ?>" style="text-decoration: none;">

View File

@ -175,8 +175,8 @@
<div id="footer" style="padding: 10px; text-align: center; margin-top: 10px;
border-top: 1px solid #EEE; background: #FAFAFA;">
Powered by
<a href="https://easyappointments.org" style="text-decoration: none;">
Easy!Appointments
<a href="https://digiworks.agency" style="text-decoration: none;">
DigiWorks Agency
</a>
|
<a href="<?= e($settings['company_link']) ?>" style="text-decoration: none;">

View File

@ -179,8 +179,8 @@
<div id="footer" style="padding: 10px; text-align: center; margin-top: 10px;
border-top: 1px solid #EEE; background: #FAFAFA;">
Powered by
<a href="https://easyappointments.org" style="text-decoration: none;">
Easy!Appointments
<a href="https://digiworks.agency" style="text-decoration: none;">
DigiWorks Agency
</a>
|
<a href="<?= e($settings['company_link']) ?>" style="text-decoration: none;">

View File

@ -74,7 +74,7 @@
<p>
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
<a href="https://digiworks.agency">DigiWorks Agency</a>
</small>
</p>
</div>

View File

@ -74,7 +74,7 @@
<p>
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
<a href="https://digiworks.agency">DigiWorks Agency</a>
</small>
</p>
</div>

View File

@ -74,7 +74,7 @@
<p>
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
<a href="https://digiworks.agency">DigiWorks Agency</a>
</small>
</p>
</div>

View File

@ -29,7 +29,7 @@
<div class="mt-4">
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
<a href="https://digiworks.agency">DigiWorks Agency</a>
</small>
</div>
</div>

View File

@ -33,7 +33,7 @@
<div class="mt-2">
<small>
Powered by
<a href="https://easyappointments.org">Easy!Appointments</a>
<a href="https://digiworks.agency">DigiWorks Agency</a>
</small>
</div>

View File

@ -192,7 +192,7 @@
</div>
<footer>
Powered by <a href="https://easyappointments.org">Easy!Appointments</a>
Powered by <a href="https://digiworks.agency">DigiWorks Agency</a>
</footer>
<?php component('js_vars_script'); ?>

View File

@ -64,7 +64,7 @@
</div>
<footer>
Powered by <a href="https://easyappointments.org">Easy!Appointments</a>
Powered by <a href="https://digiworks.agency">DigiWorks Agency</a>
</footer>
<script src="<?= asset_url('assets/vendor/@fortawesome-fontawesome-free/fontawesome.min.js') ?>"></script>