mirror of
https://github.com/mosbth/cimage.git
synced 2025-06-04 14:44:54 +02:00
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
<?php
|
|
// Use error reporting
|
|
error_reporting(-1);
|
|
ini_set('display_errors', 1);
|
|
|
|
|
|
// The link to img.php
|
|
$imgphp = "../img.php?src=";
|
|
|