Spade

Mini Shell

Directory:~$ /proc/self/root/home/lmsyaran/public_html/j3/plugins/hikashop/hikaparentchild/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/home/lmsyaran/public_html/j3/plugins/hikashop/hikaparentchild/script.php

<?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();
	}
}