mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-19 06:11:27 +02:00
adding phpdoc fix #48
This commit is contained in:
9
docs/api/files/webroot%2Ftest%2Fconfig.php.txt
Normal file
9
docs/api/files/webroot%2Ftest%2Fconfig.php.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// Use error reporting
|
||||
error_reporting(-1);
|
||||
ini_set('display_errors', 1);
|
||||
|
||||
|
||||
// The link to img.php
|
||||
$imgphp = "../img.php?src=";
|
||||
|
Reference in New Issue
Block a user