mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-22 17:21:36 +02: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=";
|