uawdijnntqw1x1x1
IP : 216.73.216.6
Hostname : ps-hcp-gr-004.pouyasazan.org
Kernel : Linux ps-hcp-gr-004.pouyasazan.org 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
Disable Function : exec,system,passthru,shell_exec,proc_open,proc_close,popen,pcntl_exec,dl,show_source
OS : Linux
PATH:
/
home
/
hsabaeej
/
public_html
/
ca4f2
/
..
/
libraries
/
fof30
/
Utils
/
InstallScript
/
..
/
InstallScript.php
/
/
<?php /** * @package FOF * @copyright Copyright (c)2010-2018 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU GPL version 2 or later */ namespace FOF30\Utils; defined('_JEXEC') or die; use FOF30\Utils\InstallScript\Component; // Make sure the new class can be loaded if (!class_exists('FOF30\\Utils\\InstallScript\\Component', true)) { require_once __DIR__ . '/InstallScript/Component.php'; } /** * A helper class which you can use to create component installation scripts. * * This is the old location of the installation script class, maintained for backwards compatiblity with FOF 3.0. Please * use the new class FOF30\Utils\InstallScript\Component instead. */ class InstallScript extends Component { }
/home/hsabaeej/public_html/ca4f2/../libraries/fof30/Utils/InstallScript/../InstallScript.php