BY_248 Community Fatal error dynaform
- Add lines of community
This commit is contained in:
@@ -110,6 +110,7 @@ if (! $sw_file_exists) {
|
|||||||
$nameFile = $oAppDocument->Fields['APP_DOC_FILENAME'];
|
$nameFile = $oAppDocument->Fields['APP_DOC_FILENAME'];
|
||||||
$licensedFeatures = &PMLicensedFeatures::getSingleton();
|
$licensedFeatures = &PMLicensedFeatures::getSingleton();
|
||||||
$downloadStatus = false;
|
$downloadStatus = false;
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
if ($licensedFeatures->verifyfeature('AhKNjBEVXZlWUFpWE8wVTREQ0FObmo0aTdhVzhvalFic1M=')) {
|
if ($licensedFeatures->verifyfeature('AhKNjBEVXZlWUFpWE8wVTREQ0FObmo0aTdhVzhvalFic1M=')) {
|
||||||
G::LoadClass( "AppDocumentDrive" );
|
G::LoadClass( "AppDocumentDrive" );
|
||||||
$drive = new AppDocumentDrive();
|
$drive = new AppDocumentDrive();
|
||||||
@@ -129,6 +130,7 @@ if (! $sw_file_exists) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
if (!$downloadStatus) {
|
if (!$downloadStatus) {
|
||||||
G::streamFile( $realPath, $bDownload, $nameFile ); //download
|
G::streamFile( $realPath, $bDownload, $nameFile ); //download
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,6 +112,7 @@ if (! $sw_file_exists) {
|
|||||||
$nameFile = $info['basename'] . $ver . '.' . $ext;
|
$nameFile = $info['basename'] . $ver . '.' . $ext;
|
||||||
$licensedFeatures = &PMLicensedFeatures::getSingleton();
|
$licensedFeatures = &PMLicensedFeatures::getSingleton();
|
||||||
$downloadStatus = false;
|
$downloadStatus = false;
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
if ($licensedFeatures->verifyfeature('AhKNjBEVXZlWUFpWE8wVTREQ0FObmo0aTdhVzhvalFic1M=')) {
|
if ($licensedFeatures->verifyfeature('AhKNjBEVXZlWUFpWE8wVTREQ0FObmo0aTdhVzhvalFic1M=')) {
|
||||||
G::LoadClass( "AppDocumentDrive" );
|
G::LoadClass( "AppDocumentDrive" );
|
||||||
$drive = new AppDocumentDrive();
|
$drive = new AppDocumentDrive();
|
||||||
@@ -132,6 +133,7 @@ if (! $sw_file_exists) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*----------------------------------********---------------------------------*/
|
||||||
if (!$downloadStatus) {
|
if (!$downloadStatus) {
|
||||||
G::streamFile( $realPath, $download, $nameFile); //download
|
G::streamFile( $realPath, $download, $nameFile); //download
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user