error_db.php 137 Bytes
Newer Older
Phạm Văn Đoan committed
1 2 3 4 5 6 7 8
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

echo "\nDatabase error: ",
	$heading,
	"\n\n",
	$message,
	"\n\n";