uawdijnntqw1x1x1
IP : 18.188.123.155
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
yar.axolotls.ru
/
bitrix
/
modules
/
webservice
/
install
/
index.php
/
/
<?php \Bitrix\Main\Localization\Loc::loadMessages(__FILE__); if(class_exists("webservice")) { return; } class webservice extends \CModule { var $MODULE_ID = "webservice"; var $MODULE_VERSION; var $MODULE_VERSION_DATE; var $MODULE_NAME; var $MODULE_DESCRIPTION; var $MODULE_GROUP_RIGHTS = "N"; public function __construct() { $arModuleVersion = array(); $path = str_replace("\\", "/", __FILE__); $path = substr($path, 0, strlen($path) - strlen("/index.php")); include($path."/version.php"); $this->MODULE_VERSION = $arModuleVersion["VERSION"]; $this->MODULE_VERSION_DATE = $arModuleVersion["VERSION_DATE"]; $this->MODULE_NAME = GetMessage("WEBS_MODULE_NAME"); $this->MODULE_DESCRIPTION = GetMessage("WEBS_MODULE_DESCRIPTION"); } function DoInstall() { global $DOCUMENT_ROOT, $APPLICATION; $this->InstallFiles(); $this->InstallDB(); $APPLICATION->IncludeAdminFile(GetMessage("WEBS_INSTALL_TITLE"), $_SERVER['DOCUMENT_ROOT']."/bitrix/modules/webservice/install/step.php"); } function InstallFiles() { CopyDirFiles( $_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/webservice/install/components", $_SERVER["DOCUMENT_ROOT"]."/bitrix/components", true, true ); CopyDirFiles( $_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/webservice/install/tools", $_SERVER["DOCUMENT_ROOT"]."/bitrix/tools", true, true ); CopyDirFiles( $_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/webservice/install/js", $_SERVER["DOCUMENT_ROOT"]."/bitrix/js", true, true ); return true; } function InstallDB() { RegisterModule("webservice"); return true; } function InstallEvents() { return true; } function DoUninstall() { global $DOCUMENT_ROOT, $APPLICATION; $this->UnInstallFiles(); $this->UnInstallDB(); $APPLICATION->IncludeAdminFile(GetMessage("WEBS_UNINSTALL_TITLE"), $_SERVER['DOCUMENT_ROOT']."/bitrix/modules/webservice/install/unstep.php"); } function UnInstallDB() { UnRegisterModule("webservice"); return true; } function UnInstallFiles() { return true; } function UnInstallEvents() { return true; } } ?>
/var/www/axolotl/data/www/yar.axolotls.ru/bitrix/modules/webservice/install/index.php