VirtueMart  3.2.14.9808
Namespaces | Variables
default_spwizard.php File Reference

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)
 

Variable Documentation

$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)
if (empty($token)) if (empty($token)) $safePath = str_replace('/',DS, VMPATH_ADMIN.'/'.$token)
$session = JFactory::getSession()
if (!empty($current)) $uPath = shopFunctions::getUpperJoomlaPath()
$usafePath = $uPath.DS.'vmfiles'
$used = 'COM_VM_ACTIVE'
if (($safePath.DS)==$current) else
Initial value:
{
echo '<div style="font-size:18px">'.vmText::_('COM_VIRTUEMART_ADMIN_CFG_MEDIA_FORSALE_PATH').': '.$current.'</div>'
$current
Definition: default_spwizard.php:22