|
@@ -19,7 +19,13 @@
|
|
|
</div>
|
|
|
</section>
|
|
|
<!-- END CONTENT HEADER -->
|
|
|
-
|
|
|
+ @if(!file_exists(public_path()."/install/install.lock"))
|
|
|
+ <div class="callout callout-danger">
|
|
|
+ <h4>{{ __('The installer is not locked!') }}</h4>
|
|
|
+ <p>{{ __('please create a file called "install.lock" in your "dashboard/public/installer" directory!') }}</p>
|
|
|
+ <p>{{ __('otherwise no settings will be loaded!') }}</p>
|
|
|
+ </div>
|
|
|
+ @endif
|
|
|
<!-- MAIN CONTENT -->
|
|
|
<section class="content">
|
|
|
<div class="container-fluid">
|