This commit is contained in:
zyx0814
2022-06-25 14:48:20 +08:00
Unverified
parent a0f3e375e4
commit f9b93aca1f
358 changed files with 54488 additions and 2031 deletions

View File

@@ -20,14 +20,15 @@ if($_GET['src']){
$resourcesdata = C::t('pichome_resources')->fetch($rid);
$appdata = C::t('pichome_vapp')->fetch($resourcesdata['appid']);
if($appdata['download']){
$downloadperm = C::t('pichome_vapp')->getpermbypermdata($appdata['download'],'download');
if($downloadperm){
$perm_download=1;
$perm_print=1;
}else{
$perm_download=0;
$perm_print=0;
}
$file = getglobal('siteurl') . 'index.php?mod=io&op=getImg&path=' . dzzencode($rid.'_3', '', 0, 0);
$file = getglobal('siteurl') . 'index.php?mod=io&op=getStream&path=' . dzzencode($rid.'_3', '', 0, 0);
// $file=IO::getFileUri($path);
}

View File

@@ -25,7 +25,7 @@
</head>
<body tabindex="1" class="loadingInProgress">
<body tabindex="1" class="loadingInProgress" oncontextmenu="window.event.returnValue=false;return false;">
<div id="outerContainer">
<div id="sidebarContainer">