mirror of
https://github.com/mosbth/cimage.git
synced 2025-01-18 03:28:16 +01:00
9 lines
134 B
PHP
9 lines
134 B
PHP
<?php
|
|
// Use error reporting
|
|
error_reporting(-1);
|
|
ini_set('display_errors', 1);
|
|
|
|
|
|
// The link to img.php
|
|
$imgphp = "../img.php?src=";
|