|
VirtueMart
3.2.14.9808
|
Namespaces | |
| VirtueMart | |
Variables | |
| $session = JFactory::getSession() | |
| $current = VmConfig::get('forSale_path','') | |
| $used = 'COM_VM_ACTIVE' | |
| if(!empty($current)) | $uPath = shopFunctions::getUpperJoomlaPath() |
| $usafePath = $uPath.DS.'vmfiles' | |
| $invoice = shopFunctions::getInvoicePath($usafePath.DS) | |
| $encryptSafePath = $usafePath .DS. vmCrypt::ENCRYPT_SAFEPATH | |
| if(empty($token)) if(empty($token)) | $safePath = str_replace('/',DS, VMPATH_ADMIN.'/'.$token) |
| if(!class_exists('JFolder')) | $extra = '' |
| if(vRequest::getBool('show_spwizard', false)) if(empty($current)) | else |
| $foldersToTest = array('safe_path'=>$current,'invoice_path' => shopFunctions::getInvoicePath($current), 'keys_path' => $current.DS. vmCrypt::ENCRYPT_SAFEPATH) | |
| $current = VmConfig::get('forSale_path','') |
| $encryptSafePath = $usafePath .DS. vmCrypt::ENCRYPT_SAFEPATH |
| if (!class_exists('JFolder')) $extra = '' |
| $foldersToTest = array('safe_path'=>$current,'invoice_path' => shopFunctions::getInvoicePath($current), 'keys_path' => $current.DS. vmCrypt::ENCRYPT_SAFEPATH) |
| if (($usafePath.DS)!=$current) $invoice = shopFunctions::getInvoicePath($usafePath.DS) |
| $session = JFactory::getSession() |
| if (!empty($current)) $uPath = shopFunctions::getUpperJoomlaPath() |
| $usafePath = $uPath.DS.'vmfiles' |
| $used = 'COM_VM_ACTIVE' |
1.8.11