jeux/application/views/errors/cli/error_db.php

8 lines
137 B
PHP
Raw Permalink Normal View History

2020-02-06 10:28:53 +00:00
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
echo "\nDatabase error: ",
$heading,
"\n\n",
$message,
"\n\n";