Skip to content

Commit

Permalink
comment require upload_class
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorarnau committed Nov 12, 2019
1 parent dc8e592 commit 474d79a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/admin/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function __construct()
require_once(DIR_APLI_ADMIN . 'models/Security.php');
require_once(DIR_APLI_ADMIN . 'utils/redirect.php');
require_once(DIR_APLI_ADMIN . 'utils/message_utils.php');
require_once(DIR_APLI_ADMIN . 'utils/upload_class.php');
// require_once(DIR_APLI_ADMIN . 'utils/upload_class.php');
require_once(DIR_APLI_ADMIN . 'models/editoraModel.php');
//require_once(DIR_APLI_ADMIN.'/models/cache.php');
require_once(DIR_APLI_ADMIN . 'models/attributes.php');
Expand Down
2 changes: 1 addition & 1 deletion src/admin/accions/admin_clone_image.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
$_REQUEST['footer']=false;
}
else { // ja estem llançant el form
require_once(DIR_APLI_ADMIN.'utils/upload_class.php');
// require_once(DIR_APLI_ADMIN.'utils/upload_class.php');
$in=new instances();
$cloned = 0;
if (!empty($_REQUEST['p_clone'])) {
Expand Down
2 changes: 1 addition & 1 deletion src/admin/accions/admin_crop.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
header("Cache-Control: no-cache, must-revalidate");
header("Cache-control: private");
require_once($_SERVER['DOCUMENT_ROOT'].'/conf/ompinfo.php');
require_once(DIR_APLI_ADMIN.'/utils/upload_class.php');
// require_once(DIR_APLI_ADMIN.'/utils/upload_class.php');
require_once(DIR_APLI_ADMIN . '/models/Security.php');

$sc=new security();
Expand Down
2 changes: 1 addition & 1 deletion src/admin/accions/admin_draganddrop_image.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
header("Cache-Control: no-cache, must-revalidate");
header("Cache-control: private");
require_once($_SERVER['DOCUMENT_ROOT'].'/conf/ompinfo.php');
require_once(DIR_APLI_ADMIN.'/utils/upload_class.php');
// require_once(DIR_APLI_ADMIN.'/utils/upload_class.php');
require_once(DIR_APLI_ADMIN . '/models/Security.php');

$sc=new security();
Expand Down

0 comments on commit 474d79a

Please sign in to comment.