Removing warning about install.php being present.
This commit is contained in:
parent
09eeb49a28
commit
0a1c642381
1 changed files with 0 additions and 8 deletions
|
|
@ -64,14 +64,6 @@
|
|||
</div>
|
||||
|
||||
<div id="content" class="container">
|
||||
|
||||
<?php if (file_exists(PHPCI_DIR . 'public/install.php')): ?>
|
||||
<div class="alert alert-danger alert-dismissable">
|
||||
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
||||
<strong>Warning!</strong> install.php detected, for security purposes please delete it immediately.
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php print $content; ?>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue