2017-12-18 01:29:11 +08:00
|
|
|
@extends('installer::app')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
<h2>phpVMS already installed!</h2>
|
|
|
|
<p>phpVMS has already been installed! Please remove the modules/Installer folder.</p>
|
2018-03-13 06:58:12 +08:00
|
|
|
{{ Form::open(['url' => '/', 'method' => 'get']) }}
|
2017-12-18 01:29:11 +08:00
|
|
|
<p style="text-align: right">
|
2018-03-13 06:58:12 +08:00
|
|
|
{{ Form::submit('Go to your site >>', ['class' => 'btn btn-success']) }}
|
2017-12-18 01:29:11 +08:00
|
|
|
</p>
|
2018-03-13 06:58:12 +08:00
|
|
|
{{ Form::close() }}
|
2017-12-18 01:29:11 +08:00
|
|
|
@endsection
|