Changed Images.php
authorEdward <edward@roojs.com>
Wed, 13 Feb 2019 03:43:27 +0000 (11:43 +0800)
committerEdward <edward@roojs.com>
Wed, 13 Feb 2019 03:43:27 +0000 (11:43 +0800)
Images.php

index 2e7c981..7ed7371 100644 (file)
@@ -82,7 +82,7 @@ class Pman_Core_Images extends Pman
         //if (!empty($_GET['_post'])) {
         //   return $this->post();
         //}
-        
+        print_R('test??');exit;
         $this->as_mimetype = empty($_REQUEST['as']) ? '' : $_REQUEST['as'];
         
         $this->page = empty($_REQUEST['page']) ? false : (int) $_REQUEST['page'];