Skip to content

Commit a8b331e

Browse files
committed
- use php 7.0 - use https://photolancer.zone as URL - update NetLicensing APIKey
1 parent 6351da1 commit a8b331e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ INVISIBLE_RECAPTCHA_DEBUG=false
8585
LABS64_NETLICENSING_USERNAME=demo
8686
LABS64_NETLICENSING_PASSWORD=demo
8787
# obtained via https://go.netlicensing.io/console/v2/content/vendor/apiaccess.xhtml
88-
LABS64_NETLICENSING_APIKEY=73ed204b-155f-4513-a349-77d34774ccaf
88+
LABS64_NETLICENSING_APIKEY=15542083-93d6-46d8-9955-d74d50eb99a1
8989
LABS64_NETLICENSING_SECURITY_MODE=APIKEY
9090
LABS64_NETLICENSING_PRODUCT_NUMBER=LB-DEMO
9191
# Demo product module

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ _Laravel Boilerplate_ provides a very flexible and extensible way of building yo
7272

7373
## System Requirements
7474
To be able to run Laravel Boilerplate you have to meet the following requirements:
75-
- PHP > 5.6.4
75+
- PHP > 7.0
7676
- PHP Extensions: PDO, cURL, Mbstring, Tokenizer, Mcrypt, XML, GD
7777
- Node.js > 6.0
7878
- Composer > 1.0.0

resources/assets/admin/js/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
success: function (response) {
252252
var html = '<ul>';
253253

254-
var href = 'http://photolancer.zone/photos';
254+
var href = 'https://photolancer.zone/photos';
255255

256256
$.each(response, function () {
257257
html += '<li><a href="' + href + '/' + this.slug + '/detail" target="_blank"><img src="' + this.thumbnails.file.photos.small + '" alt="' + this.name + '"/></a></li>';

resources/views/admin/dashboard.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<div class="row x_title">
235235
<div class="col-md-6">
236236
<h3>
237-
{!! __('views.admin.dashboard.sub_title_5',['href'=>'http://photolancer.zone']) !!}
237+
{!! __('views.admin.dashboard.sub_title_5',['href'=>'https://photolancer.zone']) !!}
238238
</h3>
239239
</div>
240240
</div>
@@ -263,4 +263,4 @@
263263
@section('styles')
264264
@parent
265265
{{ Html::style(mix('assets/admin/css/dashboard.css')) }}
266-
@endsection
266+
@endsection

0 commit comments

Comments
 (0)