1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Session quick fix. Image resizing etc.

This commit is contained in:
CaMer0n
2012-09-03 23:02:45 +00:00
parent 979e42db13
commit bfb687dfd5
4 changed files with 131 additions and 41 deletions

View File

@@ -29,7 +29,7 @@ define('e107_INIT', true);
error_reporting(0); // suppress all errors or image will be corrupted.
ini_set('gd.jpeg_ignore_warning', 1);
//require_once './e107_handlers/benchmark.php';
//$bench = new e_benchmark();
//$bench->start();