Skip to content

Commit

Permalink
Merge pull request #322 from andreapollastri/3.x
Browse files Browse the repository at this point in the history
Not Configured Issue
  • Loading branch information
andreapollastri authored Dec 11, 2021
2 parents 6ffcf7c + 7d31a7b commit e78c48c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

(no unreleased versions)

## [3.1.9] - 2021-12-11

### Fixed
- Not Configured Domains Message

## [3.1.8] - 2021-12-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
if (filter_var(request()->getHttpHost(), FILTER_VALIDATE_IP) || request()->getHttpHost() == \App\Models\Site::where(['panel' => 1])->pluck('domain')->first()) {
return view('welcome');
}
return file_get_contents('/var/www/html/utility/zero-page/index.php');
return 'Domain/Subdomain not configured on this Server!';
});

Route::get('/login', function () {
Expand Down
2 changes: 1 addition & 1 deletion storage/app/cipi/version.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.8
3.1.9

0 comments on commit e78c48c

Please sign in to comment.