-
Notifications
You must be signed in to change notification settings - Fork 1
/
utest.php
36 lines (25 loc) · 877 Bytes
/
utest.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
#phpinfo();
#die();
error_reporting(E_ALL | E_STRICT);
ini_set('display_errors', 1);
require_once 'app/Mage.php';
Mage::app();
Mage::setIsDeveloperMode(true);
Mage::dispatchEvent('udropship_init_config_rewrites', array());
Mage::helper('udropship/protected')->arrayCompare(array(),array());
Unirgy_Dropship_Helper_Protected::validateLicense('Unirgy_Dropship');
#Unirgy_Dropship_Helper_Protected::validateLicense('Unirgy_DropshipPo');
/*
Mage::helper('udropship/protected');
Mage::helper('udpo/protected');
Mage::helper('udbatch/protected');
Mage::helper('udmulti/protected');
Mage::helper('udmultiprice/protected');
Mage::helper('udmspro/protected');
Mage::helper('umicrosite/protected');
Mage::helper('udprod/protected');
*/
//die(Mage::getStoreConfig('udropship/vendor/master_password') . ' - OK');
die(Mage::getConfig()->getNode()->asNiceXml());
die('OK');