1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-01-18 03:28:16 +01:00
php-cimage/webroot/test/config.php
2014-11-26 15:13:41 +01:00

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