Cleanup and http -> https

This commit is contained in:
Sebastian Schmidt 2018-09-22 12:51:29 +10:00
parent bdcd12ca28
commit 9365d74567
4 changed files with 7 additions and 8 deletions

View File

@ -233,7 +233,6 @@ return [
'Purifier' => Mews\Purifier\Facades\Purifier::class,
'Markdown' => MaxHoffmann\Parsedown\ParsedownFacade::class,
'Omnipay' => Omnipay\Omnipay::class,
// 'Omnipay' => Omnipay\Omnipay::class,
'LaravelLocalization' => Mcamara\LaravelLocalization\Facades\LaravelLocalization::class,
],

View File

@ -12,7 +12,7 @@
-->
<title>
@section('title')
Attendize ::
Attendize -
@show
</title>
@ -130,7 +130,7 @@
$(function () {
$.ajaxSetup({
headers: {
'X-CSRF-Token': "<?php echo csrf_token() ?>"
'X-CSRF-TOKEN': $('meta[name="_token"]').attr('content')
}
});
});
@ -148,4 +148,4 @@
@include('Shared.Partials.GlobalFooterJS')
</body>
</html>
</html>

View File

@ -1,3 +1,3 @@
{{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}}
{{--See https://www.attendize.com/licence.html for more information.--}}
Powered By <a style="color: #FFF;" title="Attendize - Sell Tickets Online" href="http://www.attendize.com/?powered_by">Attendize</a>
Powered By <a style="color: #FFF;" title="Attendize - Sell Tickets Online" href="https://www.attendize.com/?powered_by">Attendize</a>

View File

@ -10,9 +10,9 @@
</p>
<p>
If you still need help you can <a href="https://github.com/Attendize/Attendize/issues">raise an issue</a>. Please include as much detail as possible, including any errors in the log file.
Also take a look at the <a href="http://www.attendize.com/troubleshooting.html">troubleshooting guide</a>
Also take a look at the <a href="https://www.attendize.com/troubleshooting.html">troubleshooting guide</a>
</p>
<p>
Please also <a style="text-decoration: underline;" target="_blank" href="http://www.attendize.com/license.html">read the licence</a> before installing Attendize.
Please also <a style="text-decoration: underline;" target="_blank" href="https://www.attendize.com/license.html">read the licence</a> before installing Attendize.
</p>
</div>
</div>