1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-30 02:49:50 +02:00

Restructured test-programs.

This commit is contained in:
Mikael Roos
2014-11-26 15:13:41 +01:00
parent 9177d72bea
commit 2d09ea4b44
9 changed files with 305 additions and 489 deletions

8
webroot/test/config.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
// Use error reporting
error_reporting(-1);
ini_set('display_errors', 1);
// The link to img.php
$imgphp = "../img.php?src=";