mirror of https://github.com/MISP/MISP
11 lines
325 B
PHP
11 lines
325 B
PHP
<?php echo __('Missing Database Connection');?>
|
|
<h2><?php echo $name; ?></h2>
|
|
<p class="error">
|
|
<strong><?php echo __d('cake', 'Error'); ?>: </strong>
|
|
<?php echo __d('cake', 'An Internal Error Has Occurred.'); ?>
|
|
</p>
|
|
<?php
|
|
if (Configure::read('debug') > 0 ):
|
|
echo $this->element('exception_stack_trace');
|
|
endif;
|