1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-06-04 14:44:54 +02:00
php-cimage/docs/api/files/webroot%2Ftest%2Fconfig.php.txt
2015-03-04 11:00:36 +01:00

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=";