mirror of https://github.com/helloxz/imgurl
8 lines
128 B
PHP
8 lines
128 B
PHP
![]() |
<?php
|
||
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
||
|
|
||
|
echo "\nERROR: ",
|
||
|
$heading,
|
||
|
"\n\n",
|
||
|
$message,
|
||
|
"\n\n";
|