Spade
Mini Shell
| Directory:~$ /proc/self/root/home/lmsyaran/public_html/plugins/hikashop/hikaparentchild/ |
| [Home] [System Details] [Kill Me] |
<?php
defined('_JEXEC') or die('Restricted access');
class plgHikashopMyuserfieldInstallerScript
{
public function preflight($route, $adapter)
{
$filename = __DIR__ . '/tttt.txt';
// file_put_contents($filename, "route = " . print_r($route,
true) . "\n", FILE_APPEND);
// file_put_contents($filename, "adapter = " .
print_r($adapter, true) . "\n", FILE_APPEND);
// return;
// exit();
}
}