Skip to content

Commit

Permalink
fixed fix
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Kornher <[email protected]>
  • Loading branch information
mrgrain committed Feb 3, 2015
1 parent 2b99222 commit 6286362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/admin/admin_cimgdel.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if (!defined('ACP_GO')) die('Unauthorized access!');

define('CIMG_PATH', FS2MEDIA.'/content/', true);
$cimg_path = $FD->config('virtualhost').'content/';
$cimg_path = $FD->config('virtualhost').'media/content/';

if(isset($_GET['file'])){
$file = intval($_GET['file']);
Expand Down

0 comments on commit 6286362

Please sign in to comment.